summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Y Knight <jyknight@google.com>2017-10-19 21:09:49 +0000
committerJames Y Knight <jyknight@google.com>2017-10-19 21:09:49 +0000
commitec937b9108626a67dbf0e1ac25736776faffe69d (patch)
tree27b425ac988d05c4e88546e33c88a178a0e16591 /README.md
parentbcec5cd5a3cd5695688913fd0c976e237764e262 (diff)
downloadllvm-ec937b9108626a67dbf0e1ac25736776faffe69d.tar.gz
Add an svn project to contain the files that appear at the root of the
monorepo. llvm-svn: 316185
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..b06ad52b5c90
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Low Level Virtual Machine (LLVM)
+
+This directory and its subdirectories contain source code for LLVM,
+a toolkit for the construction of highly optimized compilers,
+optimizers, and runtime environments.