diff options
| author | Graydon Hoare <[email protected]> | 2011-05-12 15:42:12 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-12 15:42:51 -0700 |
| commit | 5ceaf345ed8d70b444907b09e61c1b347dad436c (patch) | |
| tree | c26e0ed6779c0c4789e44f5e4cf75e43eaae4a13 /src/comp/driver/session.rs | |
| parent | etc: Update rust.vim with new keywords; color types differently from keywords (diff) | |
| download | rust-5ceaf345ed8d70b444907b09e61c1b347dad436c.tar.xz rust-5ceaf345ed8d70b444907b09e61c1b347dad436c.zip | |
Add stats option and lazily emit glue.
Diffstat (limited to 'src/comp/driver/session.rs')
| -rw-r--r-- | src/comp/driver/session.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/driver/session.rs b/src/comp/driver/session.rs index 78b14899..12129a93 100644 --- a/src/comp/driver/session.rs +++ b/src/comp/driver/session.rs @@ -31,6 +31,7 @@ type options = rec(bool shared, bool verify, bool run_typestate, bool save_temps, + bool stats, bool time_passes, bool time_llvm_passes, back::Link::output_type output_type, |