[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / COFF / section-comdat-conflict.s
blob7ed452a5cdcb4289fbdb405acf4a380413fe724a
1 // RUN: not 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