diff options
| author | Patrick Walton <[email protected]> | 2011-03-11 18:02:09 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-11 18:03:00 -0800 |
| commit | d34e1ff89e067a57921091fbdffe8c13fa38341c (patch) | |
| tree | 7c3ab414d5295bd77ef48737b2c9c6771997fe0c /src/support/README | |
| parent | Include glob in crate depfile deps, to handle file-add events with cached dep... (diff) | |
| download | rust-d34e1ff89e067a57921091fbdffe8c13fa38341c.tar.xz rust-d34e1ff89e067a57921091fbdffe8c13fa38341c.zip | |
rustc: Add a binding to LLVM's object file reader. Until it's sent upstream, add an explicit "support" library for our LLVM extensions.
Diffstat (limited to 'src/support/README')
| -rw-r--r-- | src/support/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/support/README b/src/support/README new file mode 100644 index 00000000..31495f22 --- /dev/null +++ b/src/support/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. + |