You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
|
|
|
|
# CHECK: .tbss _a$tlv$init, 4
|
|
# CHECK: .tbss _b$tlv$init, 4, 3
|
|
|
|
.tbss _a$tlv$init, 4
|
|
.tbss _b$tlv$init, 4, 3
|