diff options
Diffstat (limited to 'test/elf/checkrodata.test')
-rw-r--r-- | test/elf/checkrodata.test | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/elf/checkrodata.test b/test/elf/checkrodata.test deleted file mode 100644 index fc75657b4afb4..0000000000000 --- a/test/elf/checkrodata.test +++ /dev/null @@ -1,9 +0,0 @@ - -RUN: lld -flavor gnu -target i386 -o %t1 %p/Inputs/rodata-test.i386 --noinhibit-exec -RUN: llvm-objdump -section-headers %t1 | FileCheck -check-prefix=i386 %s -RUN: lld -flavor gnu -target hexagon -o %t2 %p/Inputs/rodata-test.hexagon --noinhibit-exec -RUN: llvm-objdump -section-headers %t2 | FileCheck -check-prefix=hexagon %s - -i386: .rodata 00000004 0000000000000114 DATA - -hexagon: .rodata 00000004 0000000000000114 DATA |