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

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 17 11:49:05 PST 2003


Changes in directory llvm/test/Programs/SingleSource:

Makefile.singlesrc updated: 1.13 -> 1.14

---
Log message:

Implement USE_PRECOMPILED_BYTECODE



---
Diffs of the changes:

Index: llvm/test/Programs/SingleSource/Makefile.singlesrc
diff -u llvm/test/Programs/SingleSource/Makefile.singlesrc:1.13 llvm/test/Programs/SingleSource/Makefile.singlesrc:1.14
--- llvm/test/Programs/SingleSource/Makefile.singlesrc:1.13	Thu Jan 16 16:51:14 2003
+++ llvm/test/Programs/SingleSource/Makefile.singlesrc	Fri Jan 17 11:48:06 2003
@@ -25,9 +25,12 @@
 Output/%.native: %.c Output/.dir
 	$(CC) $(CFLAGS) $< -lm -o $@
 
+ifndef USE_PRECOMPILED_BYTECODE
+
 # Since this is just a single source program, the linked version of the program
 # is the same as the unlinked version...
 #
 # FIXME: LIBS should be specified, not hardcoded to -lc -lm
 Output/%.llvm Output/%.llvm.bc: Output/%.bc
 	$(LGCCLD) $(STATS) $< -lgcc -lc -lm -o Output/$*.llvm
+endif





More information about the llvm-commits mailing list