OSDN Git Service

Add an svn project to contain the files that appear at the root of the
authorJames Y Knight <jyknight@google.com>
Thu, 19 Oct 2017 21:09:49 +0000 (21:09 +0000)
committerJames Y Knight <jyknight@google.com>
Thu, 19 Oct 2017 21:09:49 +0000 (21:09 +0000)
monorepo.

llvm-svn: 316185

README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..b06ad52
--- /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.