capture implicit uses and defs in CodeGenInstruction
[oota-llvm.git] / utils / buildit / GNUmakefile
index 585d4856ffa40f21476204479835c9113cd983df..8d8504c39b5cb8c4e2908427fab5d02023269f4c 100644 (file)
@@ -34,11 +34,9 @@ DSTROOT = $(OBJROOT)/../dst
 
 PREFIX = /usr/local
 
-# Unless assertions are forced on in the GMAKE command line, enable them.
+# Unless assertions are forced on in the GMAKE command line, disable them.
 ifndef ENABLE_ASSERTIONS
-LLVM_ASSERTIONS := yes
-else
-LLVM_ASSERTIONS := no
+ENABLE_ASSERTIONS := no
 endif
 
 # Default is optimized build.
@@ -61,7 +59,7 @@ install: $(OBJROOT) $(SYMROOT) $(DSTROOT)
        cd $(OBJROOT) && \
          $(SRC)/utils/buildit/build_llvm "$(RC_ARCHS)" "$(TARGETS)" \
            $(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \
-           $(LLVM_ASSERTIONS) $(LLVM_OPTIMIZED) \
+           $(ENABLE_ASSERTIONS) $(LLVM_OPTIMIZED) \
            $(RC_ProjectSourceVersion) $(RC_ProjectSourceSubversion)