[llvm-commits] CVS: reopt/lib/LightWtProfiling/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Fri Jun 25 01:09:01 PDT 2004


Changes in directory reopt/lib/LightWtProfiling:

Makefile updated: 1.10 -> 1.11

---
Log message:

Don't skip anything in this directory anymore -- with enough
preprocessor magic, anything is portable (as long as you don't have
to actually run it.)


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

Index: reopt/lib/LightWtProfiling/Makefile
diff -u reopt/lib/LightWtProfiling/Makefile:1.10 reopt/lib/LightWtProfiling/Makefile:1.11
--- reopt/lib/LightWtProfiling/Makefile:1.10	Thu Jun  3 13:46:12 2004
+++ reopt/lib/LightWtProfiling/Makefile	Fri Jun 25 01:08:02 2004
@@ -5,7 +5,6 @@
 include $(LEVEL)/Makefile.config
 
 ifneq ($(ARCH),Sparc)
-Source := FirstTrigger.cpp Initialization.cpp RuntimeOptimizations.cpp SLI.cpp TraceWriter.cpp UnpackTraceFunction.cpp ValueAllocState.cpp
 all ::
 	@echo "This code assumes an LP64 machine- please ignore ptr cast warnings!"
 endif





More information about the llvm-commits mailing list