diff options
author | James Y Knight <jyknight@google.com> | 2017-10-19 21:09:49 +0000 |
---|---|---|
committer | James Y Knight <jyknight@google.com> | 2017-10-19 21:09:49 +0000 |
commit | ec937b9108626a67dbf0e1ac25736776faffe69d (patch) | |
tree | 27b425ac988d05c4e88546e33c88a178a0e16591 /README.md | |
parent | These attributes are supported by GCC with the gnu vendor namespace for C++11... (diff) | |
download | llvm-project-ec937b9108626a67dbf0e1ac25736776faffe69d.tar.gz llvm-project-ec937b9108626a67dbf0e1ac25736776faffe69d.tar.bz2 llvm-project-ec937b9108626a67dbf0e1ac25736776faffe69d.zip |
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.md | 5 |
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. |