Skip to content

Commit c89db78

Browse files
committed
[BOLT][test] Don't unnecessarily pass an explicit target
The X86 directory lit config sets it already, there's no reason for this test to do it by itself.
1 parent 2eadee2 commit c89db78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/test/X86/dwarf5-df-inlined-subroutine-gc-sections-range.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; RUN: -split-dwarf-file=main.dwo -o main.o
77
; RUN: llvm-mc -dwarf-version=5 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-df-inlined-subroutine-gc-sections-range-helper.s \
88
; RUN: -split-dwarf-file=helper.dwo -o helper.o
9-
; RUN: %clang --target=x86_64-pc-linux -fuse-ld=lld -Wl,-gc-sections -Wl,-q -gdwarf-5 -gsplit-dwarf=split main.o helper.o -o main.exe
9+
; RUN: %clang -fuse-ld=lld -Wl,-gc-sections -Wl,-q -gdwarf-5 -gsplit-dwarf=split main.o helper.o -o main.exe
1010
; RUN: llvm-bolt main.exe -o main.exe.bolt --update-debug-sections
1111
; RUN: llvm-dwarfdump --debug-addr main.exe > log.txt
1212
; RUN: llvm-dwarfdump --debug-rnglists --verbose --show-form main.dwo >> log.txt

0 commit comments

Comments
 (0)