llvm-6502/tools
Nick Kledzik cbad586240 <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to assembler
Add lto_codegen_set_assembler_path() API which allows the linker to specify the
path to the assembler tool to run.  When assembler is used (instead of compiler)
different command line options are used.
Add LTO_API_VERSION #define so clients (linkers) can conditionalize use of new APIs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72823 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-04 00:28:45 +00:00
..
bugpoint Fix the crash debugger to actually bisect globals once it's determined that it 2009-05-25 06:29:56 +00:00
gccas
gccld
gold
llc
lli
llvm-ar
llvm-as
llvm-bcanalyzer Add missing codenames to the .bc analyzer. 2009-06-01 04:41:03 +00:00
llvm-config CMake: Implements and documents option LLVM_ENABLE_ASSERTS. 2009-06-03 15:11:25 +00:00
llvm-db
llvm-dis
llvm-extract
llvm-ld Change LTO to run the global opt pass twice. 2009-06-03 21:51:32 +00:00
llvm-link
llvm-nm
llvm-prof
llvm-ranlib
llvm-stub
llvmc
lto <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to assembler 2009-06-04 00:28:45 +00:00
opt Switch opt to using StandardPasses.h 2009-06-03 18:22:15 +00:00
CMakeLists.txt
Makefile