This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 08:23:21 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
8a558631c0
llvm-mirror
/
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 02:37:53 +02: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 03:33:14 +02: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 02:37:53 +02:00
@"i\CE\94"
=
common
global
i32
0
,
align
4
Reference in New Issue
Copy Permalink