brintos

brintos / llvm-project-archived public Read only

0
0
Text · 450 B · 9cdceaf Raw
12 lines · plain
1// RUN: not llvm-mc -triple i386-pc-win32 -filetype=obj %s 2>&1 | FileCheck %s2// RUN: not llvm-mc -triple x86_64-pc-win32 -filetype=obj %s 2>&1 | FileCheck %s3 4// CHECK: error: conflicting section flags 'b' and 'd'5.section s_db,"db"; .long 16 7// CHECK: error: conflicting section flags 'b' and 'd'8.section s_bd,"bd"; .long 19 10// CHECK: error: expected comdat type such as 'discard' or 'largest' after protection bits11.section .stack, "w", @nobits12