Skip to content

Commit

Permalink
initial checkin, adjust LEVEL
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7862 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Aug 15, 2003
1 parent 1641df4 commit 9d6cb9b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/libdummy/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LEVEL = ../../..
LEVEL = ../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=dummy
Expand Down
2 changes: 2 additions & 0 deletions runtime/libdummy/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This directory contains stub routines which are occasionally useful when
performing alias analysis research.
2 changes: 1 addition & 1 deletion runtime/libtrace/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LEVEL = ../../..
LEVEL = ../..
BYTECODE_LIBRARY=1
#DONT_BUILD_RELINKED=1
LIBRARYNAME=gcc
Expand Down
2 changes: 2 additions & 0 deletions runtime/libtrace/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
These routines form the support library for the LLVM -trace and -tracem
instrumentation passes.

0 comments on commit 9d6cb9b

Please sign in to comment.