mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-26 10:29:36 +00:00
lto_codegen_set_gcc_path was removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112069 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0586df2f25
commit
92b06c2c06
@ -212,14 +212,6 @@ extern void
|
|||||||
lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu);
|
lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu);
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets the location of the "gcc" to run. If not set, libLTO will search for
|
|
||||||
* "gcc" on the path.
|
|
||||||
*/
|
|
||||||
extern void
|
|
||||||
lto_codegen_set_gcc_path(lto_code_gen_t cg, const char* path);
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the location of the assembler tool to run. If not set, libLTO
|
* Sets the location of the assembler tool to run. If not set, libLTO
|
||||||
* will use gcc to invoke the assembler.
|
* will use gcc to invoke the assembler.
|
||||||
|
@ -24,4 +24,3 @@ lto_codegen_debug_options
|
|||||||
lto_codegen_set_assembler_args
|
lto_codegen_set_assembler_args
|
||||||
lto_codegen_set_assembler_path
|
lto_codegen_set_assembler_path
|
||||||
lto_codegen_set_cpu
|
lto_codegen_set_cpu
|
||||||
lto_codegen_set_gcc_path
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user