[all-commits] [llvm/llvm-project] cb05c2: [LTO] Demangle the function name in DiagnosticInfo...

Kyuwon Cho via All-commits all-commits at lists.llvm.org
Mon Jan 30 10:16:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb05c2ffc79eefe74c569263e27fcb5fad167ba3
      https://github.com/llvm/llvm-project/commit/cb05c2ffc79eefe74c569263e27fcb5fad167ba3
  Author: Kyuwon Cho <kyuwoncho18 at gmail.com>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
    M llvm/lib/IR/DiagnosticInfo.cpp
    M llvm/test/CodeGen/X86/attr-dontcall.ll

  Log Message:
  -----------
  [LTO] Demangle the function name in DiagnosticInfoDontCall message

Previously, dontcall attribute message on LTO prints the mangled function name.

Fixes https://github.com/llvm/llvm-project/issues/58933

Reviewed By: aeubanks

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




More information about the All-commits mailing list