aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libtrace
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libtrace')
-rw-r--r--runtime/libtrace/Makefile2
-rw-r--r--runtime/libtrace/README.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile
index 199dd74..32a608c 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 0000000..80fee9b
--- /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.