Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
using namespace llvm;
using namespace llvm::orc;

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