[llvm-commits] CVS: llvm/tools/llvm-nm/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 6 17:46:49 PDT 2006
Changes in directory llvm/tools/llvm-nm:
Makefile updated: 1.7 -> 1.8
---
Log message:
Tools require EH for their top-level try blocks.
---
Diffs of the changes: (+2 -0)
Makefile | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/tools/llvm-nm/Makefile
diff -u llvm/tools/llvm-nm/Makefile:1.7 llvm/tools/llvm-nm/Makefile:1.8
--- llvm/tools/llvm-nm/Makefile:1.7 Wed May 31 20:30:27 2006
+++ llvm/tools/llvm-nm/Makefile Thu Jul 6 19:46:18 2006
@@ -11,4 +11,6 @@
TOOLNAME = llvm-nm
USEDLIBS = LLVMArchive.a LLVMBCReader.a \
LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
+
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list