mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Test for ELF .size directive.
llvm-svn: 108607
This commit is contained in:
parent
e758dc641d
commit
e31ee27cbe
8
test/MC/AsmParser/directive_elf_size.s
Normal file
8
test/MC/AsmParser/directive_elf_size.s
Normal file
@ -0,0 +1,8 @@
|
||||
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
|
||||
|
||||
a:
|
||||
ret
|
||||
.Lt:
|
||||
# CHECK: .size a, .Lt-a
|
||||
.size a, .Lt-a
|
||||
|
Loading…
Reference in New Issue
Block a user