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:
7d4d892
)
New testcase for non-simple variable and type names
author
Chris Lattner
<sabre@nondot.org>
Fri, 22 Aug 2003 05:40:04 +0000
(
05:40
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 22 Aug 2003 05:40:04 +0000
(
05:40
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8048
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Feature/wierdnames.ll
[new file with mode: 0644]
patch
|
blob
diff --git a/test/Feature/wierdnames.ll
b/test/Feature/wierdnames.ll
new file mode 100644
(file)
index 0000000..
710905f
--- /dev/null
+++ b/
test/Feature/wierdnames.ll
@@ -0,0
+1,5
@@
+; Test using double quotes to form names that are not legal in the % form
+
+"&^ " = type { int }
+"%.*+ foo" = global "&^ " { int 5 }
+"0" = global float 0.0 ; This CANNOT be %0