diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/COFF/bss_section.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/MC/COFF/bss_section.ll b/llvm/test/MC/COFF/bss_section.ll new file mode 100644 index 00000000000..60924f13064 --- /dev/null +++ b/llvm/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 |

