[all-commits] [llvm/llvm-project] 2de051: [DebugInfo] convert btf_tag attrs to DI annotation...
yonghong-song via All-commits
all-commits at lists.llvm.org
Thu Aug 26 08:54:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2de051ba124d92de953ac2420668407f458bcec6
https://github.com/llvm/llvm-project/commit/2de051ba124d92de953ac2420668407f458bcec6
Author: Yonghong Song <yhs at fb.com>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
A clang/test/CodeGen/attr-btf_tag-disubprogram-callsite.c
A clang/test/CodeGen/attr-btf_tag-disubprogram.c
Log Message:
-----------
[DebugInfo] convert btf_tag attrs to DI annotations for DISubprograms
Generate btf_tag annotations for DISubprograms. The annotations
are represented as an DINodeArray in DebugInfo.
Differential Revision: https://reviews.llvm.org/D106618
More information about the All-commits
mailing list