8 lines · plain
1# RUN: llvm-mc --triple=loongarch64 %s | FileCheck --check-prefix=PRINT %s2# RUN: not llvm-mc --filetype=obj --triple=loongarch64 %s -o /dev/null 2>&1 \3# RUN: | FileCheck %s4 5# PRINT: .reloc {{.*}}, R_INVALID, 06# CHECK: {{.*}}.s:[[# @LINE+1]]:11: error: unknown relocation name7.reloc ., R_INVALID, 08