diff options
Diffstat (limited to 'test/MC/COFF/bss_section.ll')
-rw-r--r-- | test/MC/COFF/bss_section.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/COFF/bss_section.ll b/test/MC/COFF/bss_section.ll new file mode 100644 index 0000000..60924f1 --- /dev/null +++ b/test/MC/COFF/bss_section.ll @@ -0,0 +1,6 @@ +; RUN: llc -mtriple i386-pc-win32 < %s | FileCheck %s + +%struct.foo = type { i32, i32 } + +@"\01?thingy@@3Ufoo@@B" = global %struct.foo zeroinitializer, align 4 +; CHECK: .bss |