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 f9c8aec24c..89ffc97e80 100644 --- a/tools/llvm2cpp/Makefile +++ b/tools/llvm2cpp/Makefile @@ -8,8 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvm2cpp -LINK_COMPONENTS = bcreader -REQUIRES_EH := 1 +LINK_COMPONENTS = bcreader bitreader include $(LEVEL)/Makefile.common |