[all-commits] [llvm/llvm-project] 9b2b32: [LLD] [ELF] Fix up a comment regarding the --wrap ...

Mateusz Mikuła via All-commits all-commits at lists.llvm.org
Wed Oct 7 23:40:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b2b32743d71311eeb713ace2550c0039e2491a2
      https://github.com/llvm/llvm-project/commit/9b2b32743d71311eeb713ace2550c0039e2491a2
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M lld/ELF/Driver.cpp

  Log Message:
  -----------
  [LLD] [ELF] Fix up a comment regarding the --wrap option. NFC.

Add missing leading underscores to the __wrap_<symbol> and
__real_<symbol> names.

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


  Commit: 9b58b0c06e6906583a1225e5c8c51dda9cbc7cfd
      https://github.com/llvm/llvm-project/commit/9b58b0c06e6906583a1225e5c8c51dda9cbc7cfd
  Author: Mateusz Mikuła <mati865 at gmail.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M lld/test/CMakeLists.txt
    M lld/test/lit.cfg.py
    M lld/test/lit.site.cfg.py.in

  Log Message:
  -----------
  [LLD] Ignore ELF tests when ld.lld defaults to MinGW

Follow-up to D87418.

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


Compare: https://github.com/llvm/llvm-project/compare/b4ffc40d622b...9b58b0c06e69


More information about the All-commits mailing list