mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
7 lines
173 B
LLVM
7 lines
173 B
LLVM
|
; RUN: llc < %s -mtriple=x86_64-pc-linux-gnu | FileCheck %s
|
||
|
@"foo\22bar" = global i32 42
|
||
|
; CHECK: .globl "foo\"bar"
|
||
|
|
||
|
@"foo\0abar" = global i32 42
|
||
|
; CHECK: .globl "foo\nbar"
|