brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · 2b86329 Raw
7 lines · plain
1// RUN: not --crash llvm-mc -triple i386-pc-win32 -filetype=obj < %s 2>&1 |  FileCheck %s2 3// CHECK: two sections have the same comdat4 5        .section        .xyz,"xr",discard,bar6        .section        .abcd,"xr",discard,bar7