repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
newline-and-quote.ll
blob
9206e9f398eb300450158ee903a6677bc43ee2ac
1
; RUN: llc < %s -mtriple=x86_64-pc-linux-gnu | FileCheck %s
2
@"foo\22bar" = global i32 42
3
; CHECK: .globl "foo\"bar"
4
5
@"foo\0abar" = global i32 42
6
; CHECK: .globl "foo\nbar"