From: Chris Lattner Date: Fri, 15 Aug 2003 02:38:06 +0000 (+0000) Subject: initial checkin, adjust LEVEL X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9d6cb9ba2588c691a33b99766aacc9be69352fe0;p=oota-llvm.git initial checkin, adjust LEVEL git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7862 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/libdummy/Makefile b/runtime/libdummy/Makefile index 1f7d590e259..5f78726837c 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 00000000000..08e77517f98 --- /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 199dd749ee8..32a608c590c 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 00000000000..80fee9bdbd2 --- /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.