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 22bc74e commit 1c11afcCopy full SHA for 1c11afc
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