brintos

brintos / llvm-project-archived public Read only

0
0
Text · 387 B · eb4e8fc Raw
8 lines · plain
1# REQUIRES: riscv2 3# RUN: llvm-mc -filetype=obj -triple=riscv64 -target-abi=lp64d -mattr=+d %s -o %td.o4# RUN: llvm-mc -filetype=obj -triple=riscv64 -target-abi=lp64f -mattr=+f %s -o %tf.o5# RUN: not ld.lld %td.o %tf.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR -DF1=%td.o -DF2=%tf.o6 7# ERR: error: [[F2]]: cannot link object files with different floating-point ABI from [[F1]]8