From b453c3c72825f70499819d97b879c805cac1e5b1 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 3 May 2011 15:50:56 -0700 Subject: Start sketching --depend support in rustc. --- src/comp/driver/rustc.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/comp/driver') 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 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 -- cgit v1.2.3