aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOldWorldOrdr <joey.t.reinhart@gmail.com>2024-01-23 09:08:43 -0500
committerGitHub <noreply@github.com>2024-01-23 09:08:43 -0500
commit654131fab22e71f156d8fa9d37389622f1652438 (patch)
treed7ac7f7ecddd63325df403f552e36b566460b5c7
parentd38c61a13d89ec57b80e5174029b63071c6d7290 (diff)
downloadllvm-654131fab22e71f156d8fa9d37389622f1652438.zip
llvm-654131fab22e71f156d8fa9d37389622f1652438.tar.gz
llvm-654131fab22e71f156d8fa9d37389622f1652438.tar.bz2
fix test (#79018)
Mistake with #78628 that got caught after being merged
-rw-r--r--lld/test/MachO/link-csu-object.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/MachO/link-csu-object.s b/lld/test/MachO/link-csu-object.s
index e6f5ff7..a36e50a 100644
--- a/lld/test/MachO/link-csu-object.s
+++ b/lld/test/MachO/link-csu-object.s
@@ -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
# RUN: llvm-nm %t/a.out | FileCheck %s
# CHECK: _main