llvm-for-llvmta/test/CodeGen/X86/newline-and-quote.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

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"