[lld] [lld-macho] Support archives without index (PR #132942)
Leonard Grey via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 10 11:33:52 PDT 2025
================
@@ -0,0 +1,23 @@
+; REQUIRES: x86
+; RUN: rm -rf %t; split-file %s %t
+
+; RUN: llvm-as %t/lib.ll -o %t/lib.o
+# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos -o %t/main.o %t/main.s
----------------
speednoisemovement wrote:
Copy and paste! Interestingly, lit doesn't appear to care
https://github.com/llvm/llvm-project/pull/132942
More information about the llvm-commits
mailing list