[llvm-commits] CVS: llvm/test/Programs/SingleSource/CustomChecked/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 1 10:30:02 PDT 2003


Changes in directory llvm/test/Programs/SingleSource/CustomChecked:

Makefile updated: 1.3 -> 1.4

---
Log message:

Add C++ and EH libraries for the C++ tests


---
Diffs of the changes:

Index: llvm/test/Programs/SingleSource/CustomChecked/Makefile
diff -u llvm/test/Programs/SingleSource/CustomChecked/Makefile:1.3 llvm/test/Programs/SingleSource/CustomChecked/Makefile:1.4
--- llvm/test/Programs/SingleSource/CustomChecked/Makefile:1.3	Wed May 14 14:00:46 2003
+++ llvm/test/Programs/SingleSource/CustomChecked/Makefile	Mon Sep  1 10:29:18 2003
@@ -6,6 +6,8 @@
 
 include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
 
+LIBS += -lsupc++ -lexception
+
 LLI_RUN  := $(addsuffix .run-lli, $(PREFIXED_PROGRAMS_TO_TEST))
 JIT_RUN  := $(addsuffix .run-jit, $(PREFIXED_PROGRAMS_TO_TEST))
 LLC_RUN  := $(addsuffix .run-llc, $(PREFIXED_PROGRAMS_TO_TEST))





More information about the llvm-commits mailing list