We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b4b9d commit 28b196eCopy full SHA for 28b196e
lld/test/ELF/lto/libcall-archive.ll
@@ -4,8 +4,8 @@
4
; RUN: llvm-as -o %t2.o %S/Inputs/libcall-archive.ll
5
; RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux -o %t3.o %S/Inputs/libcall-archive.s
6
; RUN: llvm-ar rcs %t.a %t2.o %t3.o
7
-; RUN: ld.lld --why-extract=why.txt -o %t %t.o %t.a
8
-; RUN: FileCheck %s --input-file=why.txt --check-prefix=CHECK-WHY
+; RUN: ld.lld --why-extract=%t.why.txt -o %t %t.o %t.a
+; RUN: FileCheck %s --input-file=%t.why.txt --check-prefix=CHECK-WHY
9
; RUN: llvm-nm %t | FileCheck %s
10
; RUN: ld.lld -o %t2 %t.o --start-lib %t2.o %t3.o --end-lib
11
; RUN: llvm-nm %t2 | FileCheck %s
0 commit comments