[all-commits] [llvm/llvm-project] e3b445: [Debug] [Coroutines] Get rid of DW_ATE_address
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Wed Jul 6 19:48:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3b4452e078c3f0d4db95a800712b2bf3354196d
https://github.com/llvm/llvm-project/commit/e3b4452e078c3f0d4db95a800712b2bf3354196d
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-07-07 (Thu, 07 Jul 2022)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
M llvm/test/Transforms/Coroutines/coro-debug-coro-frame.ll
Log Message:
-----------
[Debug] [Coroutines] Get rid of DW_ATE_address
Closing https://github.com/llvm/llvm-project/issues/55916
This patch tries to get rid of DW_ATE_address and enhance the test
coverage.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D127625
More information about the All-commits
mailing list