summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/lto/LTOModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/lto/LTOModule.h')
-rw-r--r--contrib/llvm/tools/lto/LTOModule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm/tools/lto/LTOModule.h b/contrib/llvm/tools/lto/LTOModule.h
index 7f475d4..a19acc0 100644
--- a/contrib/llvm/tools/lto/LTOModule.h
+++ b/contrib/llvm/tools/lto/LTOModule.h
@@ -55,6 +55,7 @@ struct LTOModule {
std::string& errMsg);
const char* getTargetTriple();
+ void setTargetTriple(const char*);
uint32_t getSymbolCount();
lto_symbol_attributes getSymbolAttributes(uint32_t index);
const char* getSymbolName(uint32_t index);
OpenPOWER on IntegriCloud