Implement part of review feedback for address spaces.
[oota-llvm.git] / tools / llvm2cpp / Makefile
index cc3169c46f11d52524a0eae3be2ff61393f56ea8..3bb68b8daa42541031707ce7b47117a6f95e57bd 100644 (file)
@@ -8,10 +8,8 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = llvm2cpp
-USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
-REQUIRES_EH := 1
+LINK_COMPONENTS = bitreader
 
 include $(LEVEL)/Makefile.common
 
-CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
-CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
+CompileCommonOpts := $(CompileCommonOpts) -Wno-format