[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Jul 28 15:00:38 PDT 2006
Changes in directory llvm/lib/Bytecode/Archive:
Makefile updated: 1.4 -> 1.5
---
Log message:
Exceptions are thrown by and through this library.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Bytecode/Archive/Makefile
diff -u llvm/lib/Bytecode/Archive/Makefile:1.4 llvm/lib/Bytecode/Archive/Makefile:1.5
--- llvm/lib/Bytecode/Archive/Makefile:1.4 Fri Jul 7 15:56:50 2006
+++ llvm/lib/Bytecode/Archive/Makefile Fri Jul 28 17:00:24 2006
@@ -9,6 +9,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMArchive
+REQUIRES_EH := 1
# We only want an archive so only those modules actually used by a tool are
# included.
More information about the llvm-commits
mailing list