diff options
Diffstat (limited to 'lib/Bytecode/Archive')
-rw-r--r-- | lib/Bytecode/Archive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Bytecode/Archive/Makefile b/lib/Bytecode/Archive/Makefile index e8cc803c78..37e67ca4fb 100644 --- a/lib/Bytecode/Archive/Makefile +++ b/lib/Bytecode/Archive/Makefile @@ -12,6 +12,7 @@ LIBRARYNAME = LLVMArchive # We only want an archive so only those modules actually used by a tool are # included. -BUILD_ARCHIVE = 1 +BUILD_ARCHIVE := 1 +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |