Skip to content

Commit d4f862a

Browse files
authored
[ORC] Disable the ReOptimizeLayerTest on Windows. (#163930)
This test has been failing for unclear reasons. ReOptimizeLayer on Windows isn't well supported yet, so just disable this for now. #158270
1 parent ac40b78 commit d4f862a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/ExecutionEngine/Orc/ReOptimizeLayerTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ReOptimizeLayerTest : public testing::Test {
4343

4444
// COFF-ARM64 is not supported yet
4545
auto Triple = JTMB->getTargetTriple();
46-
if (Triple.isOSBinFormatCOFF() && Triple.isAArch64())
46+
if (Triple.isOSBinFormatCOFF())
4747
GTEST_SKIP();
4848

4949
// SystemZ is not supported yet.

0 commit comments

Comments
 (0)