xref: /llvm-project-15.0.7/llvm/test/MC/ARM/Windows/invalid-relocation.s (revision 2e24219d)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: not --crash llvm-mc -triple thumbv7-windows -incremental-linker-compatible -filetype obj -o /dev/null 2>&1 %s \
2# RUN:     | FileCheck %s
3
4	.def invalid_relocation
5		.type 32
6		.scl 2
7	.endef
8	.global invalid_relocation
9	.thumb_func
10	adr r0, invalid_relocation+1
11
12# CHECK: LLVM ERROR: unsupported relocation type: fixup_t2_adr_pcrel_12
13
14

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026