1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/runtime/libtrace/Makefile
Chris Lattner 37ced9a9de Tracelib is now an LLVM library just like all other libraries in this
directory.

If the test code needs to be resurrected in the future, it should be moved
into the test/Programs directory, linking with tracelib.

llvm-svn: 2672
2002-05-20 21:16:19 +00:00

12 lines
361 B
Makefile

LEVEL = ../../..
LIBNAME = instr
# We use assert and memset here... and we are linked into the program AFTER final
# link. Because of this, we have to play funny games here. :(
LDFLAGS = /home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libgcc.bc \
/home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libc.bc
include ../Makefile.libs