mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
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
|
||
|
|