initial checkin, adjust LEVEL

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7862 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-15 02:38:06 +00:00
parent 1641df43c6
commit 9d6cb9ba25
4 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
LEVEL = ../../..
LEVEL = ../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=dummy

View File

@ -0,0 +1,2 @@
This directory contains stub routines which are occasionally useful when
performing alias analysis research.

View File

@ -1,4 +1,4 @@
LEVEL = ../../..
LEVEL = ../..
BYTECODE_LIBRARY=1
#DONT_BUILD_RELINKED=1
LIBRARYNAME=gcc

View File

@ -0,0 +1,2 @@
These routines form the support library for the LLVM -trace and -tracem
instrumentation passes.