Correct relocation type in test header comment
llvm-svn: 251242
This commit is contained in:
parent
7ba639bdd6
commit
add8ee31a4
|
|
@ -1,6 +1,6 @@
|
||||||
# REQUIRES: arm64
|
# REQUIRES: arm64
|
||||||
|
|
||||||
# Check handling of R_AARCH64_ADR_PREL_PG_HI21 relocation.
|
# Check handling of R_AARCH64_ADR_PREL_LO21 relocation.
|
||||||
# RUN: yaml2obj -format=elf %s > %t-obj
|
# RUN: yaml2obj -format=elf %s > %t-obj
|
||||||
# RUN: lld -flavor gnu -target arm64 -o %t-exe %t-obj
|
# RUN: lld -flavor gnu -target arm64 -o %t-exe %t-obj
|
||||||
# RUN: llvm-objdump -d -t %t-exe | FileCheck %s
|
# RUN: llvm-objdump -d -t %t-exe | FileCheck %s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue