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 | 6da9d8ecf9fee8e64f922021592e3aeb1a2445bf (patch) | |
tree | f41f47a6ba14c35bea166cfc1867eefe036e3c98 | |
parent | 212accac441e08969188702242241aaa4dbebb0e (diff) | |
download | bcm5719-llvm-6da9d8ecf9fee8e64f922021592e3aeb1a2445bf.tar.gz bcm5719-llvm-6da9d8ecf9fee8e64f922021592e3aeb1a2445bf.zip |
libsupport still throws.
llvm-svn: 29394
-rw-r--r-- | llvm/lib/Support/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Makefile b/llvm/lib/Support/Makefile index 6b96056aad1..1e52c9a556b 100644 --- a/llvm/lib/Support/Makefile +++ b/llvm/lib/Support/Makefile @@ -11,5 +11,6 @@ LEVEL = ../.. PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |