[lld] [lld][MachO] Prevent doubled N_SO when comp_dir and name absolute (PR #71608)

Daniel Thornburgh via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 15:48:39 PST 2023


================
@@ -0,0 +1,58 @@
+# REQUIRES: x86
+# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o
+
+# RUN: %lld -lSystem %t.o -o %t
----------------
mysterymath wrote:

Done.

https://github.com/llvm/llvm-project/pull/71608


More information about the llvm-commits mailing list