diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-08-03 07:16:42 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-08-03 07:16:42 +0000 |
commit | 17b2a95e1a0295946087943602ae1f7fce6c06e7 (patch) | |
tree | 0c31b0622575251fa78416f2474110e2693247c8 /tools/lto/lto.cpp | |
parent | db0e108f9a621073cc9091f708875f2a6405558b (diff) | |
download | external_llvm-17b2a95e1a0295946087943602ae1f7fce6c06e7.zip external_llvm-17b2a95e1a0295946087943602ae1f7fce6c06e7.tar.gz external_llvm-17b2a95e1a0295946087943602ae1f7fce6c06e7.tar.bz2 |
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
Diffstat (limited to 'tools/lto/lto.cpp')
-rw-r--r-- | tools/lto/lto.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/lto/lto.cpp b/tools/lto/lto.cpp index 936aeae..cc841bd 100644 --- a/tools/lto/lto.cpp +++ b/tools/lto/lto.cpp @@ -203,14 +203,6 @@ bool lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model model) } // -// 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 // void lto_codegen_set_assembler_path(lto_code_gen_t cg, const char* path) |