[llvm-commits] CVS: llvm/lib/Debugger/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Jul 7 09:46:56 PDT 2006



Changes in directory llvm/lib/Debugger:

Makefile updated: 1.3 -> 1.4
---
Log message:

This uses EH info


---
Diffs of the changes:  (+1 -0)

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Debugger/Makefile
diff -u llvm/lib/Debugger/Makefile:1.3 llvm/lib/Debugger/Makefile:1.4
--- llvm/lib/Debugger/Makefile:1.3	Thu Apr 13 01:39:24 2006
+++ llvm/lib/Debugger/Makefile	Fri Jul  7 11:46:43 2006
@@ -10,5 +10,6 @@
 LEVEL = ../..
 LIBRARYNAME = LLVMDebugger
 EXTRA_DIST = README.txt
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list