summaryrefslogtreecommitdiff
path: root/tools/lto/lto.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-08-09 21:09:46 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-08-09 21:09:46 +0000
commitcbb170d057aa6692b19f577b1e09a6c1c7a26969 (patch)
tree5d9b5d43beeb4376d21195edc7f2a0389c74aa70 /tools/lto/lto.cpp
parent3221834f8a6216d01a7e1d1201bd14eafd79cff3 (diff)
downloadllvm-cbb170d057aa6692b19f577b1e09a6c1c7a26969.tar.gz
llvm-cbb170d057aa6692b19f577b1e09a6c1c7a26969.tar.bz2
llvm-cbb170d057aa6692b19f577b1e09a6c1c7a26969.tar.xz
Make it possible to set the target triple and expose that with an option in the
gold plugin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lto/lto.cpp')
-rw-r--r--tools/lto/lto.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/lto/lto.cpp b/tools/lto/lto.cpp
index cc841bdf03..a299dd187d 100644
--- a/tools/lto/lto.cpp
+++ b/tools/lto/lto.cpp
@@ -120,6 +120,14 @@ const char* lto_module_get_target_triple(lto_module_t mod)
return mod->getTargetTriple();
}
+//
+// sets triple string with which the object will be codegened.
+//
+void lto_module_set_target_triple(lto_module_t mod, const char *triple)
+{
+ return mod->setTargetTriple(triple);
+}
+
//
// returns the number of symbols in the object module