early-dce.s revision cd81d94322a39503e4a3e87b6ee03d4fcb3465fb
1# RUN: llvm-mc -triple i686-windows -g -filetype obj -o - %s \
2# RUN:   | llvm-readobj -s -t | FileCheck %s
3
4	.section .rdata
5
6	.align 8
7	.global data
8data:
9	.quad 0
10
11# CHECK: Sections [
12# CHECK:  Section {
13# CHECK:    Name: .text
14# CHECK:  }
15# CHECK: ]
16
17