[all-commits] [llvm/llvm-project] 8d8475: Revert "[LLD] [COFF] Avoid doing repeated fuzzy sy...

Reid Kleckner via All-commits all-commits at lists.llvm.org
Tue Jun 22 11:36:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d84751ac488ad11e0964704e9ea5366731355f7
      https://github.com/llvm/llvm-project/commit/8d84751ac488ad11e0964704e9ea5366731355f7
  Author: Reid Kleckner <rnk at google.com>
  Date:   2021-06-22 (Tue, 22 Jun 2021)

  Changed paths:
    M lld/COFF/Driver.cpp

  Log Message:
  -----------
  Revert "[LLD] [COFF] Avoid doing repeated fuzzy symbol lookup for each iteration. NFC."

This reverts commit e1adf90826a57b674eee79b071fb46c1f5683cd0.

This appears to affect the way that C++ mangled symbols appear in the
import library when using a .def file that names a C++ free function
with no name decoration. I will follow up with a reduced test case
shortly.




More information about the All-commits mailing list