[all-commits] [llvm/llvm-project] 0b2d84: [LLD] [COFF] Allow wrapping dllimported functions

Martin Storsjö via All-commits all-commits at lists.llvm.org
Tue Nov 24 00:15:46 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b2d84fba84b098a2060862fcbcfccfb4ad1e3f2
      https://github.com/llvm/llvm-project/commit/0b2d84fba84b098a2060862fcbcfccfb4ad1e3f2
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
    M lld/COFF/MinGW.cpp
    A lld/test/COFF/wrap-dllimport.s
    M lld/test/COFF/wrap-import.ll

  Log Message:
  -----------
  [LLD] [COFF] Allow wrapping dllimported functions

GNU ld doesn't seem to do this though, but it looks like a reasonable
use case, is easy to implement, and was requested in
https://bugs.llvm.org/show_bug.cgi?id=47384.

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




More information about the All-commits mailing list