diff options
Diffstat (limited to 'llvm/tools/llvm2cpp/Makefile')
-rw-r--r-- | llvm/tools/llvm2cpp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/tools/llvm2cpp/Makefile b/llvm/tools/llvm2cpp/Makefile index f9c8aec24c9..89ffc97e80b 100644 --- a/llvm/tools/llvm2cpp/Makefile +++ b/llvm/tools/llvm2cpp/Makefile @@ -8,8 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvm2cpp -LINK_COMPONENTS = bcreader -REQUIRES_EH := 1 +LINK_COMPONENTS = bcreader bitreader include $(LEVEL)/Makefile.common |