[PATCH] D106620: [Clang][LLVM] generate btf_tag annotations for func parameters

2021-08-26 Thread Yonghong Song via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG1bebc31c617d: [DebugInfo] generate btf_tag annotations for func parameters (authored by yonghong-song). Changed prior to commit:

[PATCH] D106620: [Clang][LLVM] generate btf_tag annotations for func parameters

2021-08-20 Thread David Blaikie via Phabricator via cfe-commits
dblaikie accepted this revision. dblaikie added a comment. This revision is now accepted and ready to land. Sounds good Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106620/new/ https://reviews.llvm.org/D106620

[PATCH] D106620: [Clang][LLVM] generate btf_tag annotations for func parameters

2021-08-19 Thread Yonghong Song via Phabricator via cfe-commits
yonghong-song updated this revision to Diff 367711. yonghong-song added a comment. - fix llvm/unittests failure Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106620/new/ https://reviews.llvm.org/D106620 Files: clang/lib/CodeGen/CGDebugInfo.cpp

[PATCH] D106620: [Clang][LLVM] generate btf_tag annotations for func parameters

2021-07-22 Thread Yonghong Song via Phabricator via cfe-commits
yonghong-song created this revision. yonghong-song added reviewers: dblaikie, probinson, aprantl, aaron.ballman. yonghong-song added a project: debug-info. Herald added subscribers: dexonsmith, ormris, hiraditya. yonghong-song requested review of this revision. Herald added projects: clang, LLVM.