mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
[BOLT][DWARF] Opt out test from aarch64
Limiting the test to only X86. Reviewed By: Amir Differential Revision: https://reviews.llvm.org/D156765
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user