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 d2625a4 commit 225f4c6Copy full SHA for 225f4c6
llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp
@@ -30,7 +30,9 @@
30
using namespace llvm;
31
using namespace llvm::orc;
32
33
-#if defined(__APPLE__) || defined(__linux__)
+// 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),
38
// so we should eventually enable and run these tests for that platform as well.
0 commit comments