summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser
diff options
context:
space:
mode:
authorJian Cai <jiancai@google.com>2019-10-25 14:03:07 -0700
committerJian Cai <jiancai@google.com>2019-10-25 14:03:07 -0700
commita6b0219fc4a78e96ff268d101b911466dedbbf2c (patch)
tree388594f07beace29ec47d0413a1f0145883599e2 /llvm/test/MC/AsmParser
parentc7dcacf16a680f6a5ef4cbe15ff9ca40f7d128b8 (diff)
downloadbcm5719-llvm-a6b0219fc4a78e96ff268d101b911466dedbbf2c.tar.gz
bcm5719-llvm-a6b0219fc4a78e96ff268d101b911466dedbbf2c.zip
Revert "[ARM] Uses "Sun Style" syntax for section switching"
This reverts commit 03de2f84fc4acf06c719cd007b5459c9d4d0a20c.
Diffstat (limited to 'llvm/test/MC/AsmParser')
-rw-r--r--llvm/test/MC/AsmParser/gas-compl-sun-elf.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/test/MC/AsmParser/gas-compl-sun-elf.s b/llvm/test/MC/AsmParser/gas-compl-sun-elf.s
deleted file mode 100644
index 7934109d343..00000000000
--- a/llvm/test/MC/AsmParser/gas-compl-sun-elf.s
+++ /dev/null
@@ -1,13 +0,0 @@
-@ RUN: llvm-mc -filetype=obj -triple arm-linux-gnu %s -o - | llvm-readelf --sections | FileCheck %s
-
-@ CHECK: .f1 PROGBITS 00000000 000034 000000 00 A 0 0 1
-.section ".f1", #alloc
-
-@ CHECK: .f2 PROGBITS 00000000 000034 000000 00 W 0 0 1
-.section ".f2", #write
-
-@ CHECK: .f3 PROGBITS 00000000 000034 000000 00 A 0 0 1
-.section ".f3", "a"
-
-@ CHECK: .f4 PROGBITS 00000000 000034 000000 00 W 0 0 1
-.section ".f4", "w"
OpenPOWER on IntegriCloud