[all-commits] [llvm/llvm-project] a08447: [LLD][ELF][AArch64] Update test with incorrect REQ...

Peter Smith via All-commits all-commits at lists.llvm.org
Mon Jan 24 02:07:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a08447d0de5d85d915318ffd9ef3404363d02c64
      https://github.com/llvm/llvm-project/commit/a08447d0de5d85d915318ffd9ef3404363d02c64
  Author: Peter Smith <peter.smith at arm.com>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M lld/test/ELF/aarch64-combined-dynrel-ifunc.s
    M lld/test/ELF/aarch64-combined-dynrel.s

  Log Message:
  -----------
  [LLD][ELF][AArch64] Update test with incorrect REQUIRES line [NFC]

D54759 introduced aarch64-combined-dynrel.s and
aarch64-combined-dynrel-ifunc.s . Unfortunately the requires line
at the top was AArch64 instead of aarch64 which means they were never
run. Update the tests to use aarch64 and fix to match current lld output.

Differential Revision: https://reviews.llvm.org/D117896




More information about the All-commits mailing list