summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/COFF/early-dce.s
blob: 19788390c208177ebdcabc1e796079c97d463500 (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: ]

OpenPOWER on IntegriCloud