Skip to content

Commit 17c062c

Browse files
authored
[CodeGen] Make CodeGenPassBuilder Pipeline test x86-64 only (#77860)
Should fix arm build bots
1 parent ab02372 commit 17c062c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/CodeGen/CodeGenPassBuilderTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class CodeGenPassBuilderTest : public testing::Test {
6262
}
6363

6464
void SetUp() override {
65-
std::string TripleName = Triple::normalize(sys::getDefaultTargetTriple());
65+
std::string TripleName = Triple::normalize("x86_64-pc-linux-gnu");
6666
std::string Error;
6767
const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
6868
if (!TheTarget)

0 commit comments

Comments
 (0)