From d34e1ff89e067a57921091fbdffe8c13fa38341c Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 11 Mar 2011 18:02:09 -0800 Subject: rustc: Add a binding to LLVM's object file reader. Until it's sent upstream, add an explicit "support" library for our LLVM extensions. --- src/support/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/support/README (limited to 'src/support/README') 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. + -- cgit v1.2.3