bolt/deps/llvm-18.1.8/llvm/test/MC/ARM/quad-relocation.s
2025-02-14 19:21:04 +01:00

9 lines
410 B
ArmAsm

@ RUN: not llvm-mc -triple=arm -filetype=obj %s -o /dev/null 2>&1 | FileCheck %s --implicit-check-not=error:
@ RUN: not llvm-mc -triple=arm-apple-darwin -filetype=obj %s -o /dev/null 2>&1 | FileCheck %s --implicit-check-not=error:
.align 3
symbol:
@ CHECK: :[[#@LINE+1]]:6: error: unsupported relocation type
.quad(symbol)
@ CHECK: :[[#@LINE+1]]:8: error: unsupported relocation type
.8byte symbol