[all-commits] [llvm/llvm-project] 9c2de2: Demangle: correct swift_async demangling for Micro...
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Wed Jul 14 11:44:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c2de2382197109388a25c9486f0e4408896d36e
https://github.com/llvm/llvm-project/commit/9c2de2382197109388a25c9486f0e4408896d36e
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2021-07-14 (Wed, 14 Jul 2021)
Changed paths:
M llvm/lib/Demangle/MicrosoftDemangle.cpp
M llvm/test/Demangle/ms-mangle.test
Log Message:
-----------
Demangle: correct swift_async demangling for Microsoft scheme
The emission was corrected for the swift_async calling convention but
the demangling support was not. This repairs the demangling support as
well.
More information about the All-commits
mailing list