brintos

brintos / llvm-project-archived public Read only

0
0
Text · 314 B · 0152861 Raw
13 lines · plain
1# RUN: not llvm-mc -triple thumbv7-windows -incremental-linker-compatible -filetype obj -o /dev/null 2>&1 %s \2# RUN:     | FileCheck %s3 4	.def invalid_relocation5		.type 326		.scl 27	.endef8	.global invalid_relocation9	.thumb_func10	adr r0, invalid_relocation+111 12# CHECK: 10:28: error: unsupported relocation type13