[all-commits] [llvm/llvm-project] 88a83c: [Coroutine][DebugInfo] Pre-commit test for a DISub...
DianQK via All-commits
all-commits at lists.llvm.org
Mon Aug 7 17:26:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88a83c90386910c959dece85c485c337c55ad05f
https://github.com/llvm/llvm-project/commit/88a83c90386910c959dece85c485c337c55ad05f
Author: DianQK <dianqk at dianqk.net>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
A llvm/test/Transforms/Coroutines/coro-async-declaration.ll
Log Message:
-----------
[Coroutine][DebugInfo] Pre-commit test for a DISubprogram with declaration. (NFC)
Pre-commit test for D157184.
Differential Revision: https://reviews.llvm.org/D157177
Commit: ca1a5b37c7236dd29a3169859153dfdcce066b51
https://github.com/llvm/llvm-project/commit/ca1a5b37c7236dd29a3169859153dfdcce066b51
Author: DianQK <dianqk at dianqk.net>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M llvm/include/llvm/IR/DebugInfoMetadata.h
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
M llvm/test/Transforms/Coroutines/coro-async-declaration.ll
Log Message:
-----------
[Coroutine][DebugInfo] Update the linkage name of the declaration of coro-split functions in the debug info.
This patch adds the linkage name update to DISubprogram's declaration after 6ce76ff7eb7640e53b65f0473848ce7d08165c98.
Reviewed By: ChuanqiXu
Differential Revision: https://reviews.llvm.org/D157184
Compare: https://github.com/llvm/llvm-project/compare/f0a9aacdb9a2...ca1a5b37c723
More information about the All-commits
mailing list