diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-28 22:01:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-28 22:01:01 +0000 |
commit | 3236ced25f152ca3035b335008056cd91af5f8bf (patch) | |
tree | 19087c8d17c3a4c8e74f7925e77dd019c5ba3bbc /lib/Support/Makefile | |
parent | 435540f434fc1ea7f758dc059124cf8392993957 (diff) | |
download | external_llvm-3236ced25f152ca3035b335008056cd91af5f8bf.zip external_llvm-3236ced25f152ca3035b335008056cd91af5f8bf.tar.gz external_llvm-3236ced25f152ca3035b335008056cd91af5f8bf.tar.bz2 |
libsupport still throws.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Makefile')
-rw-r--r-- | lib/Support/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile index 6b96056..1e52c9a 100644 --- a/lib/Support/Makefile +++ b/lib/Support/Makefile @@ -11,5 +11,6 @@ LEVEL = ../.. PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |