brintos

brintos / llvm-project-archived public Read only

0
0
Text · 412 B · 8494a66 Raw
11 lines · plain
1# RUN: llvm-mc -triple=avr %s 2>&1 | FileCheck --check-prefix=PRINT %s2# RUN: not llvm-mc -filetype=obj -triple=avr %s -o /dev/null 2>&1 | FileCheck %s3 4# PRINT: .reloc {{.*}}, R_INVALID, 05# CHECK: {{.*}}.s:[[#@LINE+1]]:11: error: unknown relocation name6.reloc ., R_INVALID, 07 8# PRINT: .reloc {{.*}}, BFD_RELOC_64, 09# CHECK: {{.*}}.s:[[#@LINE+1]]:11: error: unknown relocation name10.reloc ., BFD_RELOC_64, 011