We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5f29c commit d7f409dCopy full SHA for d7f409d
llvm/tools/llvm-jitlistener/llvm-jitlistener.cpp
@@ -168,7 +168,7 @@ class JitEventListenerTest {
168
169
if (Tuple.isOSWindows() && !Tuple.isOSBinFormatELF()) {
170
Tuple.setObjectFormat(Triple::ELF);
171
- TheModule->setTargetTriple(Tuple.getTriple());
+ TheModule->setTargetTriple(Tuple);
172
}
173
174
// Compile the IR
0 commit comments