llvm-6502/test/MC/X86/x86-itanium.ll
Saleem Abdulrasool a056166dc2 MC: fix MCAsmInfo usage for windows-itanium
Windows itanium uses the GNUCOFF assmebly format, not ELF.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213274 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-17 16:27:40 +00:00

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