[PATCH] D69759: [BPF] Add preserve_access_index attribute for record definition
Alexei Starovoitov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 8 10:08:15 PST 2019
ast added a comment.
Is the attribute sticky with forward delcarations?
struct s __reloc;
struct s {
int foo;
} *s;
what is s->foo ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69759/new/
https://reviews.llvm.org/D69759
More information about the cfe-commits
mailing list