brintos

brintos / llvm-project-archived public Read only

0
0
Text · 335 B · e69558c Raw
8 lines · plain
1// RUN: not llvm-mc -triple x86_64-apple-darwin9 %s -filetype=obj -o /dev/null 2>&1 | FileCheck %s2 3        .text4        .zerofill __TEXT, __const, zfill, 2, 15 6// CHECK: 4:27: error: The usage of .zerofill is restricted to sections of ZEROFILL type. Use .zero or .space instead.7// CHECK-NEXT: .zerofill __TEXT, __const, zfill, 2, 18