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 ab02372 commit 17c062cCopy full SHA for 17c062c
llvm/unittests/CodeGen/CodeGenPassBuilderTest.cpp
@@ -62,7 +62,7 @@ class CodeGenPassBuilderTest : public testing::Test {
62
}
63
64
void SetUp() override {
65
- std::string TripleName = Triple::normalize(sys::getDefaultTargetTriple());
+ std::string TripleName = Triple::normalize("x86_64-pc-linux-gnu");
66
std::string Error;
67
const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
68
if (!TheTarget)
0 commit comments