[all-commits] [llvm/llvm-project] 673612: [LLD][ELF][ARM] Replace adr, ldr with .inst .reloc...

Peter Smith via All-commits all-commits at lists.llvm.org
Wed Apr 22 04:57:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 673612a0358b6ec953749d7c57ff33da73954e11
      https://github.com/llvm/llvm-project/commit/673612a0358b6ec953749d7c57ff33da73954e11
  Author: Peter Smith <peter.smith at arm.com>
  Date:   2020-04-22 (Wed, 22 Apr 2020)

  Changed paths:
    M lld/test/ELF/arm-thumb-pc8-weak.s

  Log Message:
  -----------
  [LLD][ELF][ARM] Replace adr, ldr with .inst .reloc in test [NFC]

After D78301 MC no longer emits a relocation for this case. Change to use
.inst and .reloc to synthesize the same instruction and relocation. One
more test case I missed.




More information about the All-commits mailing list