[libcxx-commits] [compiler-rt] [libcxx] [llvm] [lldb] [lld] [lld-macho] Find objects in library search path (PR #78628)
Vy Nguyen via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 19 06:16:42 PST 2024
================
@@ -0,0 +1,10 @@
+# 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
----------------
oontvoo wrote:
Should there be some basic verification of the output after the link?
https://github.com/llvm/llvm-project/pull/78628
More information about the libcxx-commits
mailing list