Skip to content

Commit baaccc8

Browse files
committed
Disable tests due to bot setup issues (PR llvm#165360)
1 parent 7631c73 commit baaccc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
using namespace llvm;
3131
using namespace llvm::orc;
3232

33-
#if defined(__APPLE__) || defined(__linux__)
33+
#if 0
3434
// TODO: Add COFF (Windows) support for these tests.
3535
// this facility also works correctly on Windows (COFF),
3636
// so we should eventually enable and run these tests for that platform as well.

0 commit comments

Comments
 (0)