Skip to content

Commit 964f6e0

Browse files
committed
Add comment message
1 parent baaccc8 commit 964f6e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
using namespace llvm;
3131
using namespace llvm::orc;
3232

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.
3335
#if 0
3436
// TODO: Add COFF (Windows) support for these tests.
3537
// this facility also works correctly on Windows (COFF),

0 commit comments

Comments
 (0)