You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# RUN: llvm-mc -triple=aarch64 %s 2>&1 | FileCheck --check-prefix=PRINT %s
|
|
# RUN: not llvm-mc -filetype=obj -triple=aarch64 %s -o /dev/null 2>&1 | FileCheck %s
|
|
|
|
# PRINT: .reloc 0, R_INVALID, 0
|
|
# CHECK: {{.*}}.s:[[# @LINE+1]]:11: error: unknown relocation name
|
|
.reloc 0, R_INVALID, 0
|