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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Apr 28 12:28:07 PDT 2004


Changes in directory reopt/lib:

Makefile updated: 1.18 -> 1.19

---
Log message:

Make more of the reoptimizer compile under x86 (albeit with warnings)


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

Index: reopt/lib/Makefile
diff -u reopt/lib/Makefile:1.18 reopt/lib/Makefile:1.19
--- reopt/lib/Makefile:1.18	Wed Apr  7 00:08:15 2004
+++ reopt/lib/Makefile	Wed Apr 28 12:27:36 2004
@@ -1,16 +1,11 @@
 LEVEL = ..
-DIRS := BinInterface Mapping TraceCache Trigger
+DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst
 
 include $(LEVEL)/Makefile.config
 
 # Mac OS X assembler doesn't love the dummy function.
 ifneq ($(ARCH),PowerPC)
 DIRS := $(DIRS) ScratchMemory
-endif
-
-# These dirs contain files that don't currently compile under Linux/x86:
-ifeq ($(ARCH),Sparc)
-DIRS := $(DIRS) Inst LightWtProfiling 
 endif
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list