We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baaccc8 commit 964f6e0Copy full SHA for 964f6e0
llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp
@@ -30,6 +30,8 @@
30
using namespace llvm;
31
using namespace llvm::orc;
32
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
36
// TODO: Add COFF (Windows) support for these tests.
37
// this facility also works correctly on Windows (COFF),
0 commit comments