[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / MC / COFF / section-comdat-conflict.s
blob2710b76be565f4e6d38372ba5a209fb174cc858a
1 // RUN: not --crash llvm-mc -triple i386-pc-win32 -filetype=obj < %s 2>&1 | FileCheck %s
3 // CHECK: conflicting sections for symbol
5 .section .xyz
6 .global bar
7 bar:
8 .long 42
10 .section .abcd,"xr",discard,bar
11 .global foo
12 foo:
13 .long 42