summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 02:38:06 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 02:38:06 +0000
commit9d6cb9ba2588c691a33b99766aacc9be69352fe0 (patch)
treee1a483b88da8b52b8c0f95cef719c697699c42de /runtime
parent1641df43c64c6d37ab4e4a5b9710edbdc90c7661 (diff)
downloadllvm-9d6cb9ba2588c691a33b99766aacc9be69352fe0.tar.gz
llvm-9d6cb9ba2588c691a33b99766aacc9be69352fe0.tar.bz2
llvm-9d6cb9ba2588c691a33b99766aacc9be69352fe0.tar.xz
initial checkin, adjust LEVEL
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/libdummy/Makefile2
-rw-r--r--runtime/libdummy/README.txt2
-rw-r--r--runtime/libtrace/Makefile2
-rw-r--r--runtime/libtrace/README.txt2
4 files changed, 6 insertions, 2 deletions
diff --git a/runtime/libdummy/Makefile b/runtime/libdummy/Makefile
index 1f7d590e25..5f78726837 100644
--- a/runtime/libdummy/Makefile
+++ b/runtime/libdummy/Makefile
@@ -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
index 0000000000..08e77517f9
--- /dev/null
+++ b/runtime/libdummy/README.txt
@@ -0,0 +1,2 @@
+This directory contains stub routines which are occasionally useful when
+performing alias analysis research.
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile
index 199dd749ee..32a608c590 100644
--- a/runtime/libtrace/Makefile
+++ b/runtime/libtrace/Makefile
@@ -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
index 0000000000..80fee9bdbd
--- /dev/null
+++ b/runtime/libtrace/README.txt
@@ -0,0 +1,2 @@
+These routines form the support library for the LLVM -trace and -tracem
+instrumentation passes.