Run the compilation actions before we attempt linking work.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 24 Aug 2004 22:54:32 +0000 (22:54 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 24 Aug 2004 22:54:32 +0000 (22:54 +0000)
commit198e888705b2c73cddb3bec2f8c5498c9734e465
treecd5ddeb71e65b73a53933c7d14f2c7e3a86545b4
parentaff3c77ac2595ba74d38991da420e1ce7960776b
Run the compilation actions before we attempt linking work.
Correctly implement the dependent libraries feature so that linked bytecode
files automatically include any dependent libraries they specify.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16042 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc/CompilerDriver.cpp