mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
by default. This is a behaviour configurable in the MCAsmInfo. I've decided to turn it on by default in (possibly optimistic) hopes that most assemblers are reasonably sane. If this proves a problem, switching to default seems reasonable. I'm not sure if this is the opportune place to test, but it seemed good to make sure it was tested somewhere. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154235 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
104 B
LLVM
5 lines
104 B
LLVM
; RUN: llc < %s -march=x86 | FileCheck %s
|
|
|
|
; CHECK: "iΔ",4,4
|
|
@"i\CE\94" = common global i32 0, align 4
|