diff options
Diffstat (limited to 'tools/llvm2cpp/Makefile')
-rw-r--r-- | tools/llvm2cpp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile index cc3169c46f..88db590c9b 100644 --- a/tools/llvm2cpp/Makefile +++ b/tools/llvm2cpp/Makefile @@ -8,10 +8,9 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvm2cpp -USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +LINK_COMPONENTS = bcreader REQUIRES_EH := 1 include $(LEVEL)/Makefile.common CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) -CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) |