diff options
author | Nick Kledzik <kledzik@apple.com> | 2009-06-04 00:28:45 +0000 |
---|---|---|
committer | Nick Kledzik <kledzik@apple.com> | 2009-06-04 00:28:45 +0000 |
commit | 39d9b419bb1c3cdc9eb807dffd3f0d116dc0fb44 (patch) | |
tree | 4e1b1453bacb85aef8998892b242e71cec8cb694 /tools/lto/lto.exports | |
parent | 214ae9730699e74bdbb1a80526db9992187bf8b6 (diff) | |
download | external_llvm-39d9b419bb1c3cdc9eb807dffd3f0d116dc0fb44.zip external_llvm-39d9b419bb1c3cdc9eb807dffd3f0d116dc0fb44.tar.gz external_llvm-39d9b419bb1c3cdc9eb807dffd3f0d116dc0fb44.tar.bz2 |
<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
Diffstat (limited to 'tools/lto/lto.exports')
-rw-r--r-- | tools/lto/lto.exports | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lto/lto.exports b/tools/lto/lto.exports index aff7559..01f43d1 100644 --- a/tools/lto/lto.exports +++ b/tools/lto/lto.exports @@ -20,4 +20,5 @@ _lto_codegen_set_debug_model _lto_codegen_set_pic_model _lto_codegen_write_merged_modules _lto_codegen_debug_options +_lto_codegen_set_assembler_path |