diff options
| author | Patrick Walton <[email protected]> | 2011-03-11 18:17:57 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-11 18:17:57 -0800 |
| commit | 57c2fa9d11f45618e25798eb2065c1b14b847264 (patch) | |
| tree | e3723d094d1381a0495d5e566489f0a03fa71332 /src/llvmext/README | |
| parent | rustc: Add a binding to LLVM's object file reader. Until it's sent upstream, ... (diff) | |
| download | rust-57c2fa9d11f45618e25798eb2065c1b14b847264.tar.xz rust-57c2fa9d11f45618e25798eb2065c1b14b847264.zip | |
Rename libsupport to librustllvm
Diffstat (limited to 'src/llvmext/README')
| -rw-r--r-- | src/llvmext/README | 3 |
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. + |