[llvm-commits] CVS: llvm/tools/llvm-config/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 6 17:46:50 PDT 2006
Changes in directory llvm/tools/llvm-config:
Makefile updated: 1.10 -> 1.11
---
Log message:
Tools require EH for their top-level try blocks.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/llvm-config/Makefile
diff -u llvm/tools/llvm-config/Makefile:1.10 llvm/tools/llvm-config/Makefile:1.11
--- llvm/tools/llvm-config/Makefile:1.10 Tue Jun 6 12:43:03 2006
+++ llvm/tools/llvm-config/Makefile Thu Jul 6 19:46:18 2006
@@ -10,6 +10,7 @@
LEVEL = ../..
EXTRA_DIST = LibDeps.txt FinalLibDeps.txt llvm-config.in.in find-cycles.pl
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list