[lld] lld: add support for NOCROSSREFS(_TO) (PR #95714)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 14:35:01 PDT 2024
================
@@ -0,0 +1,179 @@
+# REQUIRES: x86
+# RUN: rm -rf %t && split-file %s %t && cd %t
+
+# RUN: llvm-mc --triple=x86_64-unknown-linux -filetype=obj -o main.o main.s
----------------
MaskRay wrote:
remove `-unknown-linux`. make it clear this doesn't use Linux specific features.
https://github.com/llvm/llvm-project/pull/95714
More information about the llvm-commits
mailing list