mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-21 03:37:47 +00:00
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:
parent
1641df43c6
commit
9d6cb9ba25
@ -1,4 +1,4 @@
|
||||
LEVEL = ../../..
|
||||
LEVEL = ../..
|
||||
BYTECODE_LIBRARY=1
|
||||
DONT_BUILD_RELINKED=1
|
||||
LIBRARYNAME=dummy
|
||||
|
2
runtime/libdummy/README.txt
Normal file
2
runtime/libdummy/README.txt
Normal file
@ -0,0 +1,2 @@
|
||||
This directory contains stub routines which are occasionally useful when
|
||||
performing alias analysis research.
|
@ -1,4 +1,4 @@
|
||||
LEVEL = ../../..
|
||||
LEVEL = ../..
|
||||
BYTECODE_LIBRARY=1
|
||||
#DONT_BUILD_RELINKED=1
|
||||
LIBRARYNAME=gcc
|
||||
|
2
runtime/libtrace/README.txt
Normal file
2
runtime/libtrace/README.txt
Normal file
@ -0,0 +1,2 @@
|
||||
These routines form the support library for the LLVM -trace and -tracem
|
||||
instrumentation passes.
|
Loading…
x
Reference in New Issue
Block a user