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.
8 lines
335 B
8 lines
335 B
// RUN: not llvm-mc -triple x86_64-apple-darwin9 %s -filetype=obj -o /dev/null 2>&1 | FileCheck %s
|
|
|
|
.text
|
|
.zerofill __TEXT, __const, zfill, 2, 1
|
|
|
|
// CHECK: 4:27: error: The usage of .zerofill is restricted to sections of ZEROFILL type. Use .zero or .space instead.
|
|
// CHECK-NEXT: .zerofill __TEXT, __const, zfill, 2, 1
|