aboutsummaryrefslogtreecommitdiff
path: root/test/old-elf/quickdata.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/old-elf/quickdata.test')
-rw-r--r--test/old-elf/quickdata.test15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/old-elf/quickdata.test b/test/old-elf/quickdata.test
deleted file mode 100644
index 85ad23d0b8e9..000000000000
--- a/test/old-elf/quickdata.test
+++ /dev/null
@@ -1,15 +0,0 @@
-RUN: lld -flavor old-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
-