Changes in directory llvm/lib/Support:
Makefile updated: 1.11 -> 1.12 --- Log message: For PR797: http://llvm.org/PR797 : This library no longer throws nor handles exceptions, so turn off the REQUIRES_EH flag. --- Diffs of the changes: (+0 -1) Makefile | 1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Support/Makefile diff -u llvm/lib/Support/Makefile:1.11 llvm/lib/Support/Makefile:1.12 --- llvm/lib/Support/Makefile:1.11 Fri Jul 28 17:01:01 2006 +++ llvm/lib/Support/Makefile Wed Aug 23 15:39:25 2006 @@ -11,6 +11,5 @@ PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 -REQUIRES_EH := 1 include $(LEVEL)/Makefile.common _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits