[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 6 17:20:54 PDT 2006
Changes in directory llvm/projects/Stacker/tools/stkrc:
Makefile updated: 1.11 -> 1.12
---
Log message:
Stacker uses EH.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/projects/Stacker/tools/stkrc/Makefile
diff -u llvm/projects/Stacker/tools/stkrc/Makefile:1.11 llvm/projects/Stacker/tools/stkrc/Makefile:1.12
--- llvm/projects/Stacker/tools/stkrc/Makefile:1.11 Wed May 31 20:30:26 2006
+++ llvm/projects/Stacker/tools/stkrc/Makefile Thu Jul 6 19:20:39 2006
@@ -15,6 +15,7 @@
CONFIG_FILES = st
EXTRA_DIST = st
USEDLIBS=stkr_compiler
+REQUIRES_EH := 1
ifdef PARSE_DEBUG
More information about the llvm-commits
mailing list