summaryrefslogtreecommitdiff
path: root/tools/lto/lto.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-08-03 07:16:42 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-08-03 07:16:42 +0000
commit3e4c41a84a2c0f055e2bfef48a66b5890bcfd5e5 (patch)
tree0c31b0622575251fa78416f2474110e2693247c8 /tools/lto/lto.cpp
parenta82f8838c60b7a3b240e185983dacb3291396f3e (diff)
downloadllvm-3e4c41a84a2c0f055e2bfef48a66b5890bcfd5e5.tar.gz
llvm-3e4c41a84a2c0f055e2bfef48a66b5890bcfd5e5.tar.bz2
llvm-3e4c41a84a2c0f055e2bfef48a66b5890bcfd5e5.tar.xz
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.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/lto/lto.cpp b/tools/lto/lto.cpp
index 936aeae15b..cc841bdf03 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)