summaryrefslogtreecommitdiff
path: root/tools/lto/lto.exports
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2009-06-04 00:28:45 +0000
committerNick Kledzik <kledzik@apple.com>2009-06-04 00:28:45 +0000
commitcbad58624090933cb8fb85587e03be613a481309 (patch)
tree4e1b1453bacb85aef8998892b242e71cec8cb694 /tools/lto/lto.exports
parent186c670e15828327960d05a652ec43ae768c9b8e (diff)
downloadllvm-cbad58624090933cb8fb85587e03be613a481309.tar.gz
llvm-cbad58624090933cb8fb85587e03be613a481309.tar.bz2
llvm-cbad58624090933cb8fb85587e03be613a481309.tar.xz
<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.exports1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lto/lto.exports b/tools/lto/lto.exports
index aff755937b..01f43d1c36 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