From cbb170d057aa6692b19f577b1e09a6c1c7a26969 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 9 Aug 2010 21:09:46 +0000 Subject: 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 --- include/llvm-c/lto.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/llvm-c') diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h index 93f37605a4..d16a38bd3b 100644 --- a/include/llvm-c/lto.h +++ b/include/llvm-c/lto.h @@ -135,6 +135,12 @@ lto_module_dispose(lto_module_t mod); extern const char* lto_module_get_target_triple(lto_module_t mod); +/** + * Sets triple string with which the object will be codegened. + */ +extern void +lto_module_set_target_triple(lto_module_t mod, const char *triple); + /** * Returns the number of symbols in the object module. -- cgit v1.2.3