brintos

brintos / llvm-project-archived public Read only

0
0
Text · 340 B · b6b41ae Raw
8 lines · plain
1# REQUIRES: x862 3# RUN: echo '.weak foo; .quad foo;' | llvm-mc -filetype=obj -triple=x86_64 - -o %t64.o4# RUN: echo '.globl foo; foo:' | llvm-mc -filetype=obj -triple=i686-pc-linux - -o %t32.o5# RUN: not ld.lld %t64.o --start-lib %t32.o --end-lib -o /dev/null 2>&1 | FileCheck %s6 7# CHECK: error: {{.*}}32.o is incompatible with {{.*}}64.o8