diff options
Diffstat (limited to 'test/elf/quickdata.test')
-rw-r--r-- | test/elf/quickdata.test | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/elf/quickdata.test b/test/elf/quickdata.test new file mode 100644 index 0000000000000..a07771517226b --- /dev/null +++ b/test/elf/quickdata.test @@ -0,0 +1,15 @@ +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: ac1 +hexagon: scope: global +hexagon: type: zero-fill-quick +hexagon: size: 1 +hexagon: merge: as-tentative +hexagon: - name: init +hexagon: scope: global +hexagon: type: quick-data +hexagon: - name: bss1 +hexagon: scope: global +hexagon: type: zero-fill-quick + |