diff options
-rw-r--r-- | lib/Archive/Makefile | 1 | ||||
-rw-r--r-- | lib/Bytecode/Archive/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile index 0ecf38b93f..39712b555f 100644 --- a/lib/Archive/Makefile +++ b/lib/Archive/Makefile @@ -9,6 +9,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMArchive +REQUIRES_EH := 1 # We only want an archive so only those modules actually used by a tool are # included. diff --git a/lib/Bytecode/Archive/Makefile b/lib/Bytecode/Archive/Makefile index 0ecf38b93f..39712b555f 100644 --- a/lib/Bytecode/Archive/Makefile +++ b/lib/Bytecode/Archive/Makefile @@ -9,6 +9,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMArchive +REQUIRES_EH := 1 # We only want an archive so only those modules actually used by a tool are # included. |