[PATCH] D156765: [BOLT][DWARF] Opt out test from aarch64
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 18:23:21 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1713f8498348: [BOLT][DWARF] Opt out test from aarch64 (authored by ayermolo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156765/new/
https://reviews.llvm.org/D156765
Files:
bolt/test/X86/dwarf5-df-inlined-subroutine-gc-sections-range.test
Index: bolt/test/X86/dwarf5-df-inlined-subroutine-gc-sections-range.test
===================================================================
--- bolt/test/X86/dwarf5-df-inlined-subroutine-gc-sections-range.test
+++ bolt/test/X86/dwarf5-df-inlined-subroutine-gc-sections-range.test
@@ -1,3 +1,4 @@
+; REQUIRES: x86_64-linux
; RUN: rm -rf %t
; RUN: mkdir %t
; RUN: cd %t
@@ -5,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 -fuse-ld=lld -Wl,-gc-sections -Wl,-q -gdwarf-5 -gsplit-dwarf=split main.o helper.o -o main.exe
+; 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: llvm-bolt main.exe -o main.exe.bolt --update-debug-sections
; RUN: llvm-dwarfdump --debug-addr main.exe > log.txt
; RUN: llvm-dwarfdump --debug-rnglists --verbose --show-form main.dwo >> log.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156765.545893.patch
Type: text/x-patch
Size: 1076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230801/c1f873b9/attachment.bin>
More information about the llvm-commits
mailing list