forked from OSchip/llvm-project
15 lines
538 B
Plaintext
15 lines
538 B
Plaintext
RUN: lld -flavor gnu -target hexagon -emit-yaml %p/Inputs/quickdata-test.elf-hexagon \
|
|
RUN: | FileCheck %s -check-prefix hexagon
|
|
|
|
hexagon: - name: init
|
|
hexagon: scope: global
|
|
hexagon: type: quick-data
|
|
hexagon: - name: bss1
|
|
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
|