Skip to content

Commit c6edfcf

Browse files
Temporarily disable the test for MachO
1 parent a91f9b8 commit c6edfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ static void *findLastDebugDescriptorEntryPtr() {
532532
}
533533
}
534534

535-
#if defined(_AIX) or (not defined(__ELF__) and not defined(__MACH__))
535+
#if defined(_AIX) or not defined(__ELF__)
536536
TEST_F(OrcCAPITestBase, DISABLED_EnableDebugSupport) {
537537
#else
538538
TEST_F(OrcCAPITestBase, EnableDebugSupport) {

0 commit comments

Comments
 (0)