[PATCH] D83242: [clang][BPF] support type exist/size and enum exist/value relocations
Andrii Nakryiko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 3 16:29:14 PDT 2020
anakryiko accepted this revision.
anakryiko added a comment.
LGTM. One question: why didn't we run into the need for SeqNumVal trick with field-based relocations? We seem to need it for all other types (including type ID-based), but not for field-based?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83242/new/
https://reviews.llvm.org/D83242
More information about the llvm-commits
mailing list