diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-07-07 00:46:19 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-07-07 00:46:19 +0000 |
| commit | 05a89702454611dd01b50f135442b1dd2879e451 (patch) | |
| tree | 271d6f505e07787cd323f214f54b4c2686618370 /llvm/tools/llvmc | |
| parent | f0858cb910f8d507e9c63b6c39ffe0ee1b173b23 (diff) | |
| download | bcm5719-llvm-05a89702454611dd01b50f135442b1dd2879e451.tar.gz bcm5719-llvm-05a89702454611dd01b50f135442b1dd2879e451.zip | |
Tools require EH for their top-level try blocks.
llvm-svn: 29035
Diffstat (limited to 'llvm/tools/llvmc')
| -rw-r--r-- | llvm/tools/llvmc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/Makefile b/llvm/tools/llvmc/Makefile index 62fa82e3250..0e63d132594 100644 --- a/llvm/tools/llvmc/Makefile +++ b/llvm/tools/llvmc/Makefile @@ -11,6 +11,7 @@ TOOLNAME = llvmc USEDLIBS = LLVMCore.a LLVMSupport.a LLVMSystem.a CONFIG_FILES = c cpp ll EXTRA_DIST = c cpp ll ConfigLexer.cpp.cvs ConfigLexer.l.cvs +REQUIRES_EH := 1 # The CompilerDriver needs to know the locations of several configured # directories and paths. We define these as preprocessor symbols so they can |

