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/support/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/support/README')
| -rw-r--r-- | src/support/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/support/README b/src/support/README deleted file mode 100644 index 31495f22..00000000 --- a/src/support/README +++ /dev/null @@ -1,3 +0,0 @@ -This directory currently contains some LLVM support code. This will generally -be sent upstream to LLVM in time; for now it lives here. - |