LinearScanner hotspot.
[oota-llvm.git] / lib / CodeGen / Makefile
index cc72a03a16aa7cfed53a2640cf4300f9cf32ec82..62ef1ad727dcb2c73acee9f4a5be704c5358dbc1 100644 (file)
@@ -8,7 +8,11 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
+LIBRARYNAME = LLVMCodeGen
 PARALLEL_DIRS = SelectionDAG
-LIBRARYNAME = codegen
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
+
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))