mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-14 01:16:26 +00:00

Differential Revision: https://reviews.llvm.org/D49470 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337408 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
RUN: llvm-readobj -p .text %p/Inputs/elf-groups.x86_64 \
|
|
RUN: | FileCheck %s
|
|
|
|
CHECK: [ 0] UH..H....E.
|
|
CHECK: [ f] .E.x.E..
|
|
CHECK: [ 1a] ..}..
|
|
CHECK: [ 23] .}..
|
|
CHECK: [ 2b] 1.H...].
|