Speculatively revert 116753 and 116756 to attempt to fix the bots.
[oota-llvm.git] / test / MC / ELF / section.s
1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump  | FileCheck %s
2
3 // Test that these names are accepted.
4
5 .section        .note.GNU-stack,"",@progbits
6 .section        .note.GNU-,"",@progbits
7 .section        -.note.GNU,"",@progbits
8
9 // CHECK: ('sh_name', 18) # '.note.GNU-stack'
10 // CHECK: ('sh_name', 34) # '.note.GNU-'
11 // CHECK: ('sh_name', 45) # '-.note.GNU'