aboutsummaryrefslogtreecommitdiff
path: root/src/llvmext/README
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-11 18:17:57 -0800
committerPatrick Walton <[email protected]>2011-03-11 18:17:57 -0800
commit57c2fa9d11f45618e25798eb2065c1b14b847264 (patch)
treee3723d094d1381a0495d5e566489f0a03fa71332 /src/llvmext/README
parentrustc: Add a binding to LLVM's object file reader. Until it's sent upstream, ... (diff)
downloadrust-57c2fa9d11f45618e25798eb2065c1b14b847264.tar.xz
rust-57c2fa9d11f45618e25798eb2065c1b14b847264.zip
Rename libsupport to librustllvm
Diffstat (limited to 'src/llvmext/README')
-rw-r--r--src/llvmext/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/llvmext/README b/src/llvmext/README
new file mode 100644
index 00000000..31495f22
--- /dev/null
+++ b/src/llvmext/README
@@ -0,0 +1,3 @@
+This directory currently contains some LLVM support code. This will generally
+be sent upstream to LLVM in time; for now it lives here.
+