mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 19:25:00 +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:
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
|
||||
|
Reference in New Issue
Block a user