[PATCH] D83289: [BPF] Emit unknown types as byte arrays
Ilya Leoshkevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 9 04:45:50 PDT 2020
iii updated this revision to Diff 276704.
iii added a comment.
Thanks for the review!
I've changed the return types back to void and added addUnknownType()
calls where needed. I've also restored llvm_unreachable() for unknown
DIType subclasses.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83289/new/
https://reviews.llvm.org/D83289
Files:
llvm/lib/Target/BPF/BTFDebug.cpp
llvm/lib/Target/BPF/BTFDebug.h
llvm/test/CodeGen/BPF/BTF/double.ll
llvm/test/CodeGen/BPF/BTF/float.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83289.276704.patch
Type: text/x-patch
Size: 11418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200709/8fb1764d/attachment.bin>
More information about the llvm-commits
mailing list