forked from OSchip/llvm-project
parent
56178a07bf
commit
ceb16a5ce9
|
@ -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