diff options
| author | Graydon Hoare <[email protected]> | 2010-09-24 14:56:04 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-09-24 14:56:04 -0700 |
| commit | 4cfc4250bf721d5946b4f91c7b561dd57a00cc96 (patch) | |
| tree | 74ddce35ffc08f66def2dccba16515414b01868d /src/comp/rustc.rc | |
| parent | Wrap long line. (diff) | |
| download | rust-4cfc4250bf721d5946b4f91c7b561dd57a00cc96.tar.xz rust-4cfc4250bf721d5946b4f91c7b561dd57a00cc96.zip | |
More work on trans, almost getting to the point of emitting an upcall.
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 cf2c25ae..76b8fd62 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -30,6 +30,7 @@ mod util { auth driver.rustc.main = state; auth middle.trans = unsafe; +auth lib.llvm = unsafe; mod lib { |