Fix tracing code support to link in the tracing routines if neccesary.
authorChris Lattner <sabre@nondot.org>
Mon, 20 May 2002 21:20:08 +0000 (21:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 May 2002 21:20:08 +0000 (21:20 +0000)
commit39fd659d683592df13ccfa39f1825b1173a9ff04
tree5d5e35b972169699b3284da23fa4bfd0ba535700
parent1ee34a5a5ba52557697e7eb607e8bd5d4ce0d492
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
tools/llc/llc.cpp