[lld] fix test (PR #79018)

Vy Nguyen via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 11:52:49 PST 2024


================
@@ -2,7 +2,7 @@
 # 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
+# RUN: %lld -L %t %t/main.o -lhello.o -o %t/a.out
----------------
oontvoo wrote:

D'oh . Thanks !

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


More information about the llvm-commits mailing list