[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Jul 7 09:44:46 PDT 2006



Changes in directory llvm/lib/Bytecode/Archive:

Makefile updated: 1.2 -> 1.3
---
Log message:

These libs use EH info


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

 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/lib/Bytecode/Archive/Makefile
diff -u llvm/lib/Bytecode/Archive/Makefile:1.2 llvm/lib/Bytecode/Archive/Makefile:1.3
--- llvm/lib/Bytecode/Archive/Makefile:1.2	Sun Oct 23 21:24:54 2005
+++ llvm/lib/Bytecode/Archive/Makefile	Fri Jul  7 11:44:31 2006
@@ -12,6 +12,7 @@
 
 # We only want an archive so only those modules actually used by a tool are 
 # included.
-BUILD_ARCHIVE = 1
+BUILD_ARCHIVE := 1
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list