[llvm-commits] CVS: llvm/lib/System/Makefile
Reid Spencer
reid at x10sys.com
Wed Aug 23 13:36:05 PDT 2006
Changes in directory llvm/lib/System:
Makefile updated: 1.12 -> 1.13
---
Log message:
Turn off exception handling for this library. It no longer throws nor
handles exceptions.
---
Diffs of the changes: (+0 -1)
Makefile | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/System/Makefile
diff -u llvm/lib/System/Makefile:1.12 llvm/lib/System/Makefile:1.13
--- llvm/lib/System/Makefile:1.12 Thu Jul 6 19:47:29 2006
+++ llvm/lib/System/Makefile Wed Aug 23 15:35:51 2006
@@ -10,7 +10,6 @@
LEVEL = ../..
LIBRARYNAME = LLVMSystem
BUILD_ARCHIVE = 1
-REQUIRES_EH := 1
EXTRA_DIST = Unix Win32 README.txt
More information about the llvm-commits
mailing list