Add TIME_LLVM_PASSES flag to the Makefile

This commit is contained in:
Brian Anderson 2011-06-18 17:26:41 -07:00
parent 7d1979d024
commit 2752284f4b

View file

@ -24,6 +24,9 @@ endif
ifdef TIME_PASSES
CFG_RUSTC_FLAGS += --time-passes
endif
ifdef TIME_LLVM_PASSES
CFG_RUSTC_FLAGS += --time-llvm-passes
endif
ifdef NO_TYPESTATE
CFG_RUSTC_FLAGS += --no-typestate
endif