[llvm-commits] CVS: llvm/lib/Support/Makefile

Reid Spencer reid at x10sys.com
Wed Aug 23 13:39:39 PDT 2006



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






More information about the llvm-commits mailing list