We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43652ae commit b5b4d8bCopy full SHA for b5b4d8b
llvm/lib/ExecutionEngine/TargetSelect.cpp
@@ -26,7 +26,7 @@
26
using namespace llvm;
27
28
TargetMachine *EngineBuilder::selectTarget() {
29
- Triple TT(M->getTargetTriple());
+ Triple TT(LLVM_HOSTTRIPLE);
30
return selectTarget(TT, MArch, MCPU, MAttrs);
31
}
32
0 commit comments