mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-13 23:25:06 +00:00
Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77960 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -202,14 +202,6 @@ bool lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model model)
|
||||
return cg->setCodePICModel(model, sLastErrorString);
|
||||
}
|
||||
|
||||
//
|
||||
// sets the path to gcc
|
||||
//
|
||||
void lto_codegen_set_gcc_path(lto_code_gen_t cg, const char* path)
|
||||
{
|
||||
cg->setGccPath(path);
|
||||
}
|
||||
|
||||
//
|
||||
// sets the path to the assembler tool
|
||||
//
|
||||
|
Reference in New Issue
Block a user