mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
d9ac4ee31f
Delete two redundant tests.
7 lines
257 B
ArmAsm
7 lines
257 B
ArmAsm
# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux %s | llvm-readelf -s - | FileCheck %s
|
|
|
|
# CHECK: Value Size Type Bind Vis Ndx Name
|
|
# CHECK: 0000000000000004 4 OBJECT GLOBAL DEFAULT COM C
|
|
.comm C,4,4
|
|
.comm C,4,4
|