commit | 0465fa9cf89a0c8a96cff6af59b0fbac9098471a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jul 07 00:46:19 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jul 07 00:46:19 2006 +0000 |
tree | 720296d23fded0d5104ba873d82f0bbadfc63648 | |
parent | a539c0327119c6914979a85ceee2d7d3f72177fc [diff] [blame] |
Tools require EH for their top-level try blocks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29035 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-config/Makefile b/tools/llvm-config/Makefile index 413fd0a..16d8ba7 100644 --- a/tools/llvm-config/Makefile +++ b/tools/llvm-config/Makefile
@@ -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