xref: /aosp_15_r20/external/llvm/test/MC/COFF/section-comdat-conflict2.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// RUN: not llvm-mc -triple i386-pc-win32 -filetype=obj < %s 2>&1 |  FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker// CHECK: two sections have the same comdat
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker        .section        .xyz,"xr",discard,bar
6*9880d681SAndroid Build Coastguard Worker        .section        .abcd,"xr",discard,bar
7