blob: ec1a9bda76fc7b5e452f387cb1f3e16472932f20 [file] [log] [blame]
# RUN: llvm-mc -triple i686-windows -g -filetype obj -o - %s \
# RUN: | llvm-readobj -s -t | FileCheck %s
.section .rdata
.align 8
.global data
data:
.quad 0
# CHECK: Sections [
# CHECK: Section {
# CHECK: Name: .text
# CHECK: }
# CHECK: ]