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 ac40b78 commit d4f862aCopy full SHA for d4f862a
llvm/unittests/ExecutionEngine/Orc/ReOptimizeLayerTest.cpp
@@ -43,7 +43,7 @@ class ReOptimizeLayerTest : public testing::Test {
43
44
// COFF-ARM64 is not supported yet
45
auto Triple = JTMB->getTargetTriple();
46
- if (Triple.isOSBinFormatCOFF() && Triple.isAArch64())
+ if (Triple.isOSBinFormatCOFF())
47
GTEST_SKIP();
48
49
// SystemZ is not supported yet.
0 commit comments