diff options
| author | Graydon Hoare <[email protected]> | 2011-05-03 15:50:56 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-03 15:56:00 -0700 |
| commit | b453c3c72825f70499819d97b879c805cac1e5b1 (patch) | |
| tree | 5561667396700f4a12b1984e4c0cadda1bca4714 /src/comp/driver | |
| parent | Rename the "llvm" API to "llvm-intrinsic" (diff) | |
| download | rust-b453c3c72825f70499819d97b879c805cac1e5b1.tar.xz rust-b453c3c72825f70499819d97b879c805cac1e5b1.zip | |
Start sketching --depend support in rustc.
Diffstat (limited to 'src/comp/driver')
| -rw-r--r-- | src/comp/driver/rustc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index 634c6512..a6f6ae05 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -142,6 +142,7 @@ options: --ls list the symbols defined by a crate file -L <path> add a directory to the library search path --noverify suppress LLVM verification step (slight speedup) + --depend print dependencies, in makefile-rule form --parse-only parse only; do not compile, assemble, or link -O optimize -S compile only; do not assemble or link |