brintos

brintos / llvm-project-archived public Read only

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