[all-commits] [llvm/llvm-project] 82d9cb: [DebugInfo] convert btf_tag attrs to DI annotation...
yonghong-song via All-commits
all-commits at lists.llvm.org
Thu Aug 26 14:42:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82d9cb34a2782df04975abb5a86365546ffae867
https://github.com/llvm/llvm-project/commit/82d9cb34a2782df04975abb5a86365546ffae867
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-parameter.c
Log Message:
-----------
[DebugInfo] convert btf_tag attrs to DI annotations for func parameters
Generate btf_tag annotations for DILocalVariable. The annotations
are represented as an DINodeArray in DebugInfo.
Differential Revision: https://reviews.llvm.org/D106620
More information about the All-commits
mailing list