repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
RuntimeDyld
/
AArch64
/
ELF_ARM64_NONE.yaml
blob
59ff7b6892d3908f6f80ff6fa6b9c977410380fa
1
# RUN: yaml2obj %s -o %t.o
2
# RUN: llvm-rtdyld -triple=arm64-none-linux-gnu %t.o -printline
3
4
## Verify rtdyld doesn't abort in presence of R_AARCH64_NONE.
5
6
!ELF
7
FileHeader:
8
Class: ELFCLASS64
9
Data: ELFDATA2LSB
10
OSABI: ELFOSABI_FREEBSD
11
Type: ET_REL
12
Machine: EM_AARCH64
13
Sections:
14
- Name: .text
15
Type: SHT_PROGBITS
16
Flags: [ SHF_ALLOC ]
17
- Name: .rela.text
18
Type: SHT_RELA
19
Link: .symtab
20
Info: .text
21
Relocations:
22
- Offset: 0x0000000000000000
23
Type: R_AARCH64_NONE
24
Symbols: