aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-12 17:47:40 -0700
committerGraydon Hoare <[email protected]>2010-07-12 17:47:40 -0700
commitcd0c9dd4fb9eaa6f1aeaf0200f7842488803be26 (patch)
treed38db3b77eb4126e23eaf1b1625cabf576e13461 /src/comp/rustc.rc
parentMerge branch 'contrib' (diff)
downloadrust-cd0c9dd4fb9eaa6f1aeaf0200f7842488803be26.tar.xz
rust-cd0c9dd4fb9eaa6f1aeaf0200f7842488803be26.zip
Start bringing in LLVM bindings.
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 3bf3bbcc..7b1f9236 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -12,6 +12,10 @@ mod driver {
mod rustc;
}
+mod lib {
+ mod llvm;
+}
+
// Local Variables:
// fill-column: 78;
// indent-tabs-mode: nil