[llvm-commits] CVS: reopt/lib/LightWtProfiling/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Apr 28 12:28:02 PDT 2004
Changes in directory reopt/lib/LightWtProfiling:
Makefile updated: 1.4 -> 1.5
---
Log message:
Make more of the reoptimizer compile under x86 (albeit with warnings)
---
Diffs of the changes: (+9 -0)
Index: reopt/lib/LightWtProfiling/Makefile
diff -u reopt/lib/LightWtProfiling/Makefile:1.4 reopt/lib/LightWtProfiling/Makefile:1.5
--- reopt/lib/LightWtProfiling/Makefile:1.4 Thu Aug 21 14:40:59 2003
+++ reopt/lib/LightWtProfiling/Makefile Wed Apr 28 12:27:36 2004
@@ -2,4 +2,13 @@
LEVEL = ../..
LIBRARYNAME = firstTrigger
+include $(LEVEL)/Makefile.config
+
+ifneq ($(ARCH),Sparc)
+Source := Initialization.cpp RuntimeOptimizations.cpp SLI.cpp Trace.cpp TraceOptEmitter.cpp TraceToFunction.cpp UnpackTraceFunction.cpp scheduler.cpp
+all ::
+ @echo "This code assumes an LP64 machine- please ignore ptr cast warnings!"
+endif
+
+
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list