mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-01 13:37:55 +00:00
Test for ELF .size directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108607 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f82ccf5a0d
commit
879259faa3
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…
x
Reference in New Issue
Block a user