diff options
| author | Graydon Hoare <[email protected]> | 2010-07-12 17:47:40 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-12 17:47:40 -0700 |
| commit | cd0c9dd4fb9eaa6f1aeaf0200f7842488803be26 (patch) | |
| tree | d38db3b77eb4126e23eaf1b1625cabf576e13461 /src/comp/rustc.rc | |
| parent | Merge branch 'contrib' (diff) | |
| download | rust-cd0c9dd4fb9eaa6f1aeaf0200f7842488803be26.tar.xz rust-cd0c9dd4fb9eaa6f1aeaf0200f7842488803be26.zip | |
Start bringing in LLVM bindings.
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 4 |
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 |