llvm-6502/tools
Chris Lattner 39fd659d68 Fix tracing code support to link in the tracing routines if neccesary.
This is required because trace code can insert calls to functions that
are (now) in an LLVM library, not a native library.

This change makes it easier to use the tracing code because the native
link options don't have to change, and it fits in a lot better with the
LLVM model.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2675 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-20 21:20:08 +00:00
..
analyze Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h 2002-05-07 20:03:27 +00:00
as Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
dis Clean up dis so that it does not print out code in various traversal orders. 2002-05-09 01:25:55 +00:00
gccas Run another local value numbering phase after redundancy elimination 2002-05-14 16:23:14 +00:00
gccld Use literal newline instead of endl 2002-05-20 19:49:24 +00:00
link Drop something that link will never support, use gccld instead 2002-05-20 19:48:55 +00:00
llc Fix tracing code support to link in the tracing routines if neccesary. 2002-05-20 21:20:08 +00:00
lli Remove tracing code hack 2002-05-20 21:16:46 +00:00
llvm-as Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
llvm-dis Clean up dis so that it does not print out code in various traversal orders. 2002-05-09 01:25:55 +00:00
llvm-link Drop something that link will never support, use gccld instead 2002-05-20 19:48:55 +00:00
opt expose LICM pass 2002-05-10 22:44:37 +00:00
Makefile Don't forget to build gccld! 2002-03-06 18:05:02 +00:00