diff options
-rw-r--r-- | tools/llvm-as/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index aa64d06..ce2ab94 100644 --- a/tools/llvm-as/Makefile +++ b/tools/llvm-as/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = llvm-as -LINK_COMPONENTS := asmparser bcwriter +LINK_COMPONENTS := asmparser bcwriter bitwriter REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |