[llvm-commits] CVS: llvm/lib/Support/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Jul 28 15:01:15 PDT 2006
Changes in directory llvm/lib/Support:
Makefile updated: 1.10 -> 1.11
---
Log message:
libsupport still throws.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Support/Makefile
diff -u llvm/lib/Support/Makefile:1.10 llvm/lib/Support/Makefile:1.11
--- llvm/lib/Support/Makefile:1.10 Sun Oct 23 21:25:48 2005
+++ llvm/lib/Support/Makefile Fri Jul 28 17:01:01 2006
@@ -11,5 +11,6 @@
PARALLEL_DIRS=bzip2
LIBRARYNAME = LLVMSupport
BUILD_ARCHIVE = 1
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list