forked from OSchip/llvm-project
16 lines
572 B
Plaintext
16 lines
572 B
Plaintext
RUN: lld -flavor gnu -target hexagon --output-filetype=yaml %p/Inputs/quickdata-test.elf-hexagon \
|
|
RUN: --noinhibit-exec | FileCheck %s -check-prefix hexagon
|
|
|
|
hexagon: - name: init
|
|
hexagon: scope: global
|
|
hexagon: type: quick-data
|
|
hexagon: - name: ac1
|
|
hexagon: scope: global
|
|
hexagon: type: zero-fill-quick
|
|
hexagon: size: 1
|
|
hexagon: merge: as-tentative
|
|
hexagon: - name: bss1
|
|
hexagon: scope: global
|
|
hexagon: type: zero-fill-quick
|
|
|