Sign in
android
/
platform
/
external
/
llvm_35a
/
1cd6a8b6c8ab7b4c54ce06a9cac50300ec562e8e
/
.
/
test
/
MC
/
ELF
/
symbol-names.s
blob: 6459ac93ccf091e570f7ce9d3478b2363009c96a [
file
] [
log
] [
blame
]
//
RUN
:
llvm
-
mc
-
triple i686
-
pc
-
linux
-
filetype
=
obj
%s -o - | llvm-readobj -t | FileCheck %
s
//
MC allows
?
's in symbol names as an extension.
.text
.globl foo?bar
.type foo?bar, @function
foo?bar:
ret
// CHECK: Symbol
// CHECK: Name: foo?bar