[llvm-commits] CVS: llvm-test/Makefile.programs

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 29 12:36:56 PST 2004



Changes in directory llvm-test:

Makefile.programs updated: 1.141 -> 1.142
---
Log message:

Fix paths to libprofile


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

Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.141 llvm-test/Makefile.programs:1.142
--- llvm-test/Makefile.programs:1.141	Mon Nov  8 19:23:52 2004
+++ llvm-test/Makefile.programs	Mon Nov 29 14:36:41 2004
@@ -381,7 +381,7 @@
 	$(LBUGPOINT) $< -run-jit $(BUGPOINT_OPTIONS) $(BUGPOINT_ARGS)
 
 
-LIBPROFILESO = $(LLVM_OBJ_ROOT)/lib/Debug/libprofile_rt.so
+LIBPROFILESO = $(LLVM_OBJ_ROOT)/Debug/lib/libprofile_rt.so
 
 $(PROGRAMS_TO_TEST:%=Output/%.prof): \
 Output/%.prof: Output/%.llvm-prof.bc Output/%.out-nat $(LIBPROFILESO)






More information about the llvm-commits mailing list