brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · 113158c Raw
7 lines · plain
1# RUN: llvm-mc -triple=armv7 %s 2>&1 | FileCheck --check-prefix=PRINT %s2# RUN: not llvm-mc -filetype=obj -triple=armv7 %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