mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 02:58:10 +00:00
Oops! Missed a file in my last commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
195bea3498
commit
1d621f71c8
@ -199,6 +199,14 @@ extern bool
|
||||
lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model);
|
||||
|
||||
|
||||
/**
|
||||
* 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);
|
||||
|
||||
|
||||
/**
|
||||
* Adds to a list of all global symbols that must exist in the final
|
||||
* generated code. If a function is not listed, it might be
|
||||
|
Loading…
Reference in New Issue
Block a user