[all-commits] [llvm/llvm-project] 155e0c: Reland [LTO] Demangle the function name in Diagnos...
Kyuwon Cho via All-commits
all-commits at lists.llvm.org
Mon Jan 30 11:24:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 155e0cf5dc2ffba0a509b1dea25fb4c31eeb367e
https://github.com/llvm/llvm-project/commit/155e0cf5dc2ffba0a509b1dea25fb4c31eeb367e
Author: Kyuwon Cho <kyuwoncho18 at gmail.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M llvm/lib/IR/CMakeLists.txt
M llvm/lib/IR/DiagnosticInfo.cpp
M llvm/test/CodeGen/X86/attr-dontcall.ll
Log Message:
-----------
Reland [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
Relanded with proper IR -> Demangle dependency.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D142844
More information about the All-commits
mailing list