[llvm-commits] CVS: llvm/lib/Reoptimizer/Inst/Makefile

Joel Stanley jstanley at cs.uiuc.edu
Thu May 22 08:10:01 PDT 2003


Changes in directory llvm/lib/Reoptimizer/Inst:

Makefile updated: 1.3 -> 1.4

---
Log message:

Added rtl/ directory for the runtime lib and performance primitive "metric
library".


---
Diffs of the changes:

Index: llvm/lib/Reoptimizer/Inst/Makefile
diff -u llvm/lib/Reoptimizer/Inst/Makefile:1.3 llvm/lib/Reoptimizer/Inst/Makefile:1.4
--- llvm/lib/Reoptimizer/Inst/Makefile:1.3	Wed Apr 30 16:54:27 2003
+++ llvm/lib/Reoptimizer/Inst/Makefile	Thu May 22 08:08:58 2003
@@ -1,4 +1,4 @@
 LEVEL = ../../..
-DIRS := lib mkexcl
+DIRS := lib rtl mkexcl
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list