mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
cbad586240
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
25 lines
653 B
Plaintext
25 lines
653 B
Plaintext
_lto_get_error_message
|
|
_lto_get_version
|
|
_lto_module_create
|
|
_lto_module_create_from_memory
|
|
_lto_module_get_num_symbols
|
|
_lto_module_get_symbol_attribute
|
|
_lto_module_get_symbol_name
|
|
_lto_module_get_target_triple
|
|
_lto_module_is_object_file
|
|
_lto_module_is_object_file_for_target
|
|
_lto_module_is_object_file_in_memory
|
|
_lto_module_is_object_file_in_memory_for_target
|
|
_lto_module_dispose
|
|
_lto_codegen_add_module
|
|
_lto_codegen_add_must_preserve_symbol
|
|
_lto_codegen_compile
|
|
_lto_codegen_create
|
|
_lto_codegen_dispose
|
|
_lto_codegen_set_debug_model
|
|
_lto_codegen_set_pic_model
|
|
_lto_codegen_write_merged_modules
|
|
_lto_codegen_debug_options
|
|
_lto_codegen_set_assembler_path
|
|
|