mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
b6a416296a
Windows itanium uses the GNUCOFF assmebly format, not ELF. llvm-svn: 213274
7 lines
150 B
LLVM
7 lines
150 B
LLVM
; RUN: llc -mtriple i686-windows-itanium -filetype asm -o - %s | FileCheck %s
|
|
|
|
@var = common global i32 0, align 4
|
|
|
|
; CHECK-NOT: .type _var,@object
|
|
|