[all-commits] [llvm/llvm-project] 64c9db: [ELF] checkDynamicRelocsDefault: invert the condition

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Sep 15 21:06:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 64c9dbbf4e82224a64dc878e2dc8f7d7541746eb
      https://github.com/llvm/llvm-project/commit/64c9dbbf4e82224a64dc878e2dc8f7d7541746eb
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-09-15 (Fri, 15 Sep 2023)

  Changed paths:
    M lld/ELF/Driver.cpp

  Log Message:
  -----------
  [ELF] checkDynamicRelocsDefault: invert the condition

Most targets support --check-dynamic-relocations --apply-dynamic-relocs, so it
makes sense to invert the condition. We want new ports to support
getImplicitAddend.




More information about the All-commits mailing list