[PATCH] D103667: [WIP] BPF: add support for DWARF_AT_LLVM_annotations attribute

2021-06-03 Thread Yonghong Song via Phabricator via cfe-commits
yonghong-song added a comment. In D103667#2798165 , @dblaikie wrote: > Is the C source syntax already fixed? Could it use a more specific name - > then maybe wouldn't need the flag to opt-in if the only places the attribute > appears is where it should

[PATCH] D103667: [WIP] BPF: add support for DWARF_AT_LLVM_annotations attribute

2021-06-03 Thread David Blaikie via Phabricator via cfe-commits
dblaikie added subscribers: JDevlieghere, probinson, aprantl. dblaikie added a comment. Is the C source syntax already fixed? Could it use a more specific name - then maybe wouldn't need the flag to opt-in if the only places the attribute appears is where it should be propagated? This'll end up

[PATCH] D103667: [WIP] BPF: add support for DWARF_AT_LLVM_annotations attribute

2021-06-03 Thread Yonghong Song via Phabricator via cfe-commits
yonghong-song created this revision. yonghong-song added a reviewer: dblaikie. yonghong-song added a project: debug-info. Herald added subscribers: dexonsmith, dang, ormris, hiraditya. yonghong-song requested review of this revision. Herald added projects: clang, LLVM. Herald added subscribers: llv