aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-05-05 10:48:02 -0700
committerPatrick Walton <[email protected]>2011-05-05 10:48:02 -0700
commitfea623211fafb2ce719eeb9ed47cdb9624e1fbe8 (patch)
tree6384aa2efacd0c81f293677e84d24516f568b536 /src/comp/rustc.rc
parentrustllvm: Add bindings to the LLVM linker (diff)
downloadrust-fea623211fafb2ce719eeb9ed47cdb9624e1fbe8.tar.xz
rust-fea623211fafb2ce719eeb9ed47cdb9624e1fbe8.zip
rustc: Add a Link module; move crate writing to it to slim down trans slightly
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 3074a84d..4f4b0849 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -33,6 +33,7 @@ mod front {
}
mod back {
+ mod Link;
mod abi;
mod x86;
}