[lld] lld: add support for NOCROSSREFS(_TO) (PR #95714)
Pavel Skripkin via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 22:51:22 PDT 2024
================
@@ -0,0 +1,150 @@
+// REQUIRES: x86
+// UNSUPPORTED: system-windows
----------------
pskrgag wrote:
For some reason this test failed on windows with smth like `unsupported file type gnu-crossrefs.o` during link stage.
Maybe you have an idea why that happened?
https://github.com/llvm/llvm-project/pull/95714
More information about the llvm-commits
mailing list