diff options
Diffstat (limited to 'lld/test/elf/quickdata.test')
-rw-r--r-- | lld/test/elf/quickdata.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/test/elf/quickdata.test b/lld/test/elf/quickdata.test index d2506263350..9a3d966af0e 100644 --- a/lld/test/elf/quickdata.test +++ b/lld/test/elf/quickdata.test @@ -4,11 +4,11 @@ RUN: --noinhibit-exec | FileCheck %s -check-prefix hexagon hexagon: - name: init hexagon: scope: global hexagon: type: quick-data +hexagon: - name: bss1 +hexagon: scope: global +hexagon: type: zero-fill-quick 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 |