]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/ELF/symbol-names.s
Vendor import of llvm release_34 branch r197841 (effectively, 3.4 RC3):
[FreeBSD/FreeBSD.git] / test / MC / ELF / symbol-names.s
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