aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/COFF/early-dce.s
blob: ec1a9bda76fc7b5e452f387cb1f3e16472932f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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: ]