summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-06-22 00:11:41 +0000
committerDavide Italiano <davide@freebsd.org>2017-06-22 00:11:41 +0000
commit7a6c5c12ad2fc83d49573759828ecb3e6fcaaba0 (patch)
tree3eb9c6c060de19260fdde627fd1b40d11973055f /llvm/test
parentf3cc7cc3d868d967a59b35e3ab65c1e340beeb70 (diff)
downloadbcm5719-llvm-7a6c5c12ad2fc83d49573759828ecb3e6fcaaba0.tar.gz
bcm5719-llvm-7a6c5c12ad2fc83d49573759828ecb3e6fcaaba0.zip
Revert "[Target] Implement the ".rdata" MIPS assembly directive."
This reverts commit r305949 and r305950 as they didn't have the correct commit message. llvm-svn: 305973
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Mips/mips-rdata.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/test/CodeGen/Mips/mips-rdata.s b/llvm/test/CodeGen/Mips/mips-rdata.s
deleted file mode 100644
index 89f96195297..00000000000
--- a/llvm/test/CodeGen/Mips/mips-rdata.s
+++ /dev/null
@@ -1,13 +0,0 @@
-# Check that .rdata sections have proper name, flags, and section types.
-
-# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o - \
-# RUN: | llvm-readobj -s | FileCheck %s
-
- .rdata
- .word 0
-
-# CHECK: Name: .rodata
-# CHECK-NEXT: Type: SHT_PROGBITS
-# CHECK-NEXT: Flags [ (0x2)
-# CHECK-NEXT: SHF_ALLOC
-# CHECK-NEXT: ]
OpenPOWER on IntegriCloud