[llvm-commits] CVS: llvm/runtime/libtrace/README.txt Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 14 21:39:08 PDT 2003
Changes in directory llvm/runtime/libtrace:
README.txt added (r1.1)
Makefile updated: 1.5 -> 1.6
---
Log message:
initial checkin, adjust LEVEL
---
Diffs of the changes:
Index: llvm/runtime/libtrace/README.txt
diff -c /dev/null llvm/runtime/libtrace/README.txt:1.1
*** /dev/null Thu Aug 14 21:38:16 2003
--- llvm/runtime/libtrace/README.txt Thu Aug 14 21:38:06 2003
***************
*** 0 ****
--- 1,2 ----
+ These routines form the support library for the LLVM -trace and -tracem
+ instrumentation passes.
Index: llvm/runtime/libtrace/Makefile
diff -u llvm/runtime/libtrace/Makefile:1.5 llvm/runtime/libtrace/Makefile:1.6
--- llvm/runtime/libtrace/Makefile:1.5 Thu Aug 14 21:20:19 2003
+++ llvm/runtime/libtrace/Makefile Thu Aug 14 21:38:06 2003
@@ -1,4 +1,4 @@
-LEVEL = ../../..
+LEVEL = ../..
BYTECODE_LIBRARY=1
#DONT_BUILD_RELINKED=1
LIBRARYNAME=gcc
More information about the llvm-commits
mailing list