[clang] [flang] [clang-tools-extra] [libcxx] [llvm] [lldb] [lld] [libc] [compiler-rt] [lld-macho] Find objects in library search path (PR #78628)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 22 09:36:02 PST 2024


================
@@ -0,0 +1,14 @@
+# REQUIRES: x86
+# RUN: mkdir -p %t
+# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %p/Inputs/libhello.s -o %t/hello.o
+# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/main.o
+# RUN: %lld -L %t %t/main.o %t/hello.o -o %t/a.out
----------------
OldWorldOrdr wrote:

> would you mind putting it in another PR? we can get it merged there. Thanks!

done https://github.com/llvm/llvm-project/pull/79018

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


More information about the cfe-commits mailing list