[PATCH] D110129: [DebugInfo] Support typedef with btf_tag attributes
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 22 07:45:42 PDT 2021
probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.
In D110129#3013946 <https://reviews.llvm.org/D110129#3013946>, @yonghong-song wrote:
> - The only thing left is for llvm/test/DebugInfo/X86/attr-btf_tag-typedef.ll for which I didn't use `%itanium_abi_triple` as it seems only available for %clang ... and not available for llc.
Oh right, that's just a clang thing. An explicit triple is fine.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110129/new/
https://reviews.llvm.org/D110129
More information about the llvm-commits
mailing list