summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/compiler
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-07 00:20:39 +0000
committerChris Lattner <sabre@nondot.org>2006-07-07 00:20:39 +0000
commit5096bfd80f944458a02a1798166ec68680e50b90 (patch)
tree76446352663e2b92f6afa6c3c603537793a0ce5c /llvm/projects/Stacker/lib/compiler
parent8dbf28e59e7f9eaf70855149ee27574df4eb5406 (diff)
downloadbcm5719-llvm-5096bfd80f944458a02a1798166ec68680e50b90.tar.gz
bcm5719-llvm-5096bfd80f944458a02a1798166ec68680e50b90.zip
Stacker uses EH.
llvm-svn: 29032
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler')
-rw-r--r--llvm/projects/Stacker/lib/compiler/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/Makefile b/llvm/projects/Stacker/lib/compiler/Makefile
index 053df43694a..1f2db178d42 100644
--- a/llvm/projects/Stacker/lib/compiler/Makefile
+++ b/llvm/projects/Stacker/lib/compiler/Makefile
@@ -4,6 +4,7 @@ LEVEL := ../..
LIBRARYNAME := stkr_compiler
EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \
StackerParser.cpp.cvs StackerParser.h.cvs StackerParser.y.cvs
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud