diff options
| author | Patrick Walton <[email protected]> | 2011-05-05 10:48:02 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-05-05 10:48:02 -0700 |
| commit | fea623211fafb2ce719eeb9ed47cdb9624e1fbe8 (patch) | |
| tree | 6384aa2efacd0c81f293677e84d24516f568b536 /src/comp/rustc.rc | |
| parent | rustllvm: Add bindings to the LLVM linker (diff) | |
| download | rust-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.rc | 1 |
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; } |