[Lldb-commits] [compiler-rt] [clang] [llvm] [lldb] [flang] [lld] [libcxx] [clang-tools-extra] [libc] [lld-macho] Find objects in library search path (PR #78628)
via lldb-commits
lldb-commits at lists.llvm.org
Sat Jan 20 17:30:44 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:
I fixed it in my branch but the pr is already merged
https://github.com/llvm/llvm-project/pull/78628
More information about the lldb-commits
mailing list