Skip to content

Commit c508a43

Browse files
author
git apple-llvm automerger
committed
Merge commit '225f4c6c2996' from llvm.org/main into next
2 parents cb93d4e + 225f4c6 commit c508a43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp

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

33-
#if defined(__APPLE__) || defined(__linux__)
33+
// Disabled due to test setup issue — YAML to shared library creation seems
34+
// invalid on some build bots. (PR #165360) Not related to code logic.
35+
#if 0
3436
// TODO: Add COFF (Windows) support for these tests.
3537
// this facility also works correctly on Windows (COFF),
3638
// so we should eventually enable and run these tests for that platform as well.

0 commit comments

Comments
 (0)