repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PowerPC] Eliminate compares - add i32 sext/zext handling for SETULT/SETUGT
[llvm-core.git]
/
test
/
MC
/
ELF
/
symbol-names.s
blob
6459ac93ccf091e570f7ce9d3478b2363009c96a
1
//
RUN
:
llvm-mc
-
triple i686-pc-linux
-
filetype
=
obj
%
s
-
o
-
| llvm-readobj
-
t
| FileCheck
%
s
2
3
//
MC allows ?
's in symbol names as an extension.
4
5
.text
6
.globl foo?bar
7
.type foo?bar, @function
8
foo?bar:
9
ret
10
11
// CHECK: Symbol
12
// CHECK: Name: foo?bar