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

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 6 17:47:41 PDT 2006



Changes in directory llvm/lib/System:

Makefile updated: 1.11 -> 1.12
---
Log message:

This uses EH extensively


---
Diffs of the changes:  (+1 -0)

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/System/Makefile
diff -u llvm/lib/System/Makefile:1.11 llvm/lib/System/Makefile:1.12
--- llvm/lib/System/Makefile:1.11	Wed May 31 20:55:21 2006
+++ llvm/lib/System/Makefile	Thu Jul  6 19:47:29 2006
@@ -10,6 +10,7 @@
 LEVEL = ../..
 LIBRARYNAME = LLVMSystem
 BUILD_ARCHIVE = 1
+REQUIRES_EH := 1
 
 EXTRA_DIST = Unix Win32 README.txt
 






More information about the llvm-commits mailing list