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.
11 lines
341 B
11 lines
341 B
; RUN: not llvm-mc -triple aarch64-none-macho %s -filetype=obj -o - 2>&1 | FileCheck %s
|
|
|
|
; CHECK: error: conditional branch requires assembler-local label. 'external' is external.
|
|
b.eq external
|
|
|
|
; CHECK: error: Invalid relocation on conditional branch
|
|
tbz w0, #4, external
|
|
|
|
; CHECK: error: unknown AArch64 fixup kind!
|
|
adr x0, external
|