This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
c48f7e76fa
llvm-project
/
llvm
/
test
/
CodeGen
/
X86
/
utf8.ll
5 lines
98 B
LLVM
Raw
Normal View
History
Unescape
Escape
Output UTF-8-encoded characters as identifier characters into assembly by default. This is a behaviour configurable in the MCAsmInfo. I've decided to turn it on by default in (possibly optimistic) hopes that most assemblers are reasonably sane. If this proves a problem, switching to default seems reasonable. I'm not sure if this is the opportune place to test, but it seemed good to make sure it was tested somewhere. llvm-svn: 154235
2012-04-07 08:37:53 +08:00
; RUN: llc < %s -march=x86 | FileCheck %s
Make the test for r154235 more platform-independent with a shorter string. llvm-svn: 154243
2012-04-07 09:33:14 +08:00
; CHECK: iΔ
Output UTF-8-encoded characters as identifier characters into assembly by default. This is a behaviour configurable in the MCAsmInfo. I've decided to turn it on by default in (possibly optimistic) hopes that most assemblers are reasonably sane. If this proves a problem, switching to default seems reasonable. I'm not sure if this is the opportune place to test, but it seemed good to make sure it was tested somewhere. llvm-svn: 154235
2012-04-07 08:37:53 +08:00
@"i\CE\94"
=
common
global
i32
0
,
align
4