Correct relocation type in test header comment

llvm-svn: 251242
This commit is contained in:
Ed Maste 2015-10-25 16:30:05 +00:00
parent 7ba639bdd6
commit add8ee31a4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 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: lld -flavor gnu -target arm64 -o %t-exe %t-obj
# RUN: llvm-objdump -d -t %t-exe | FileCheck %s