[SeparateConstOffsetFromGEP] Fixed a bug related to unsigned modulo
[oota-llvm.git] / test / MC / COFF / section-comdat-conflict.s
1 // RUN: not llvm-mc -triple i386-pc-win32 -filetype=obj < %s 2>&1 |  FileCheck %s
2
3 // CHECK: conflicting sections for symbol
4
5         .section .xyz
6         .global bar
7 bar:
8         .long 42
9
10         .section        .abcd,"xr",discard,bar
11         .global foo
12 foo:
13         .long 42