projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed951ea
)
Make sure we can round-trip an escaped value in a name.
author
Reid Spencer
<rspencer@reidspencer.com>
Sat, 19 May 2007 07:22:24 +0000
(07:22 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sat, 19 May 2007 07:22:24 +0000
(07:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37259
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Feature/weirdnames.ll
patch
|
blob
|
history
diff --git
a/test/Feature/weirdnames.ll
b/test/Feature/weirdnames.ll
index 54046480aea3e7ca7aabcea10c2acb8acd442a67..bf143c35589b4afd43a4d85a0335b43a3028e680 100644
(file)
--- a/
test/Feature/weirdnames.ll
+++ b/
test/Feature/weirdnames.ll
@@
-7,3
+7,4
@@
"&^ " = type { int }
"%.*+ foo" = global "&^ " { int 5 }
"0" = global float 0.0 ; This CANNOT be %0
+"\03foo" = global float 0.1 ; Make sure funny char gets round trip