2013-09-23 12:24:15 +08:00
|
|
|
RUN: lld -flavor gnu -target hexagon --output-filetype=yaml %p/Inputs/quickdata-test.elf-hexagon \
|
2013-08-31 13:27:38 +08:00
|
|
|
RUN: --noinhibit-exec | FileCheck %s -check-prefix hexagon
|
2013-02-23 01:18:53 +08:00
|
|
|
|
2013-09-12 23:43:09 +08:00
|
|
|
hexagon: - name: init
|
|
|
|
hexagon: scope: global
|
|
|
|
hexagon: type: quick-data
|
2013-08-09 06:26:50 +08:00
|
|
|
hexagon: - name: ac1
|
|
|
|
hexagon: scope: global
|
|
|
|
hexagon: type: zero-fill-quick
|
|
|
|
hexagon: size: 1
|
|
|
|
hexagon: merge: as-tentative
|
2013-10-04 03:25:34 +08:00
|
|
|
hexagon: - name: bss1
|
|
|
|
hexagon: scope: global
|
|
|
|
hexagon: type: zero-fill-quick
|
|
|
|
|