[all-commits] [llvm/llvm-project] 122d92: fix symbol printing on windows

Jameson Nash via All-commits all-commits at lists.llvm.org
Thu Oct 15 14:15:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 122d92dfc31f27263f281244756f576147cec1f6
      https://github.com/llvm/llvm-project/commit/122d92dfc31f27263f281244756f576147cec1f6
  Author: Jameson Nash <vtjnash at gmail.com>
  Date:   2020-10-15 (Thu, 15 Oct 2020)

  Changed paths:
    M llvm/lib/IR/Mangler.cpp
    M llvm/test/CodeGen/X86/dllexport.ll

  Log Message:
  -----------
  fix symbol printing on windows

Similar to MCSymbol::print in 3d6c8ebb584375d01b1acead4c2056b3f0c501fc
(llvm-svn: 81682, PR4966), these symbols may need to be quoted to be handled by
the linker correctly.

Reviewed By: compnerd

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




More information about the All-commits mailing list