initial checkin, adjust LEVEL
authorChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 02:38:06 +0000 (02:38 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 02:38:06 +0000 (02:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7862 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/libdummy/Makefile
runtime/libdummy/README.txt [new file with mode: 0644]
runtime/libtrace/Makefile
runtime/libtrace/README.txt [new file with mode: 0644]

index 1f7d590e25989d41531c77f74a0e6a3e3a1ea587..5f78726837c8415aa20dd41b085dd0b0a17d2290 100644 (file)
@@ -1,4 +1,4 @@
-LEVEL = ../../..
+LEVEL = ../..
 BYTECODE_LIBRARY=1
 DONT_BUILD_RELINKED=1
 LIBRARYNAME=dummy
diff --git a/runtime/libdummy/README.txt b/runtime/libdummy/README.txt
new file mode 100644 (file)
index 0000000..08e7751
--- /dev/null
@@ -0,0 +1,2 @@
+This directory contains stub routines which are occasionally useful when 
+performing alias analysis research.
index 199dd749ee8b0b8f326396df7874e091a9a3e573..32a608c590c80be059cec8763755f0bf5eb67239 100644 (file)
@@ -1,4 +1,4 @@
-LEVEL = ../../..
+LEVEL = ../..
 BYTECODE_LIBRARY=1
 #DONT_BUILD_RELINKED=1
 LIBRARYNAME=gcc
diff --git a/runtime/libtrace/README.txt b/runtime/libtrace/README.txt
new file mode 100644 (file)
index 0000000..80fee9b
--- /dev/null
@@ -0,0 +1,2 @@
+These routines form the support library for the LLVM -trace and -tracem 
+instrumentation passes.