[llvm] [BOLT][test] Various minor fixes (PR #117043)

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 12:23:50 PST 2024


================
@@ -6,7 +6,7 @@
 ; RUN: -split-dwarf-file=main.dwo -o main.o
 ; RUN: llvm-mc -dwarf-version=5 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-df-inlined-subroutine-gc-sections-range-helper.s \
 ; RUN: -split-dwarf-file=helper.dwo -o helper.o
-; 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
+; RUN: %clang -fuse-ld=lld -Wl,-gc-sections -Wl,-q -gdwarf-5 -gsplit-dwarf=split main.o helper.o -o main.exe
----------------
dcci wrote:

Why are you dropping the `--target=` here?

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


More information about the llvm-commits mailing list