brintos

brintos / llvm-project-archived public Read only

0
0
Text · 728 B · ce058fc Raw
15 lines · plain
1@ RUN: not llvm-mc -filetype=obj -o /dev/null %s 2>&1 -triple=armv8.2a-eabi     | FileCheck %s2@ RUN: not llvm-mc -filetype=obj -o /dev/null %s 2>&1 -triple=armebv8.2a-eabi   | FileCheck %s3@ RUN: not llvm-mc -filetype=obj -o /dev/null %s 2>&1 -triple=thumbv8.2a-eabi   | FileCheck %s4@ RUN: not llvm-mc -filetype=obj -o /dev/null %s 2>&1 -triple=thumbebv8.2a-eabi | FileCheck %s5 6  .arch_extension fp167 8vldr s0, foo     @ arm_pcrel_10 / t2_pcrel_109vldr d0, foo     @ arm_pcrel_10 / t2_pcrel_1010vldr.16 s0,foo   @ arm_pcrel_9 / t2_pcrel_911 12@ CHECK: :[[#@LINE-4]]:10: error: unsupported relocation type13@ CHECK: :[[#@LINE-4]]:10: error: unsupported relocation type14@ CHECK: :[[#@LINE-4]]:12: error: unsupported relocation type15