brintos

brintos / llvm-project-archived public Read only

0
0
Text · 296 B · 7b39353 Raw
14 lines · plain
1// RUN: not llvm-mc -triple i386-pc-win32 -filetype=obj < %s 2>&1 |  FileCheck %s2 3// CHECK: <unknown>:0: error: invalid symbol redefinition4 5        .section .xyz6        .global bar7bar:8        .long 429 10        .section        .abcd,"xr",discard,bar11        .global foo12foo:13        .long 4214