[PATCH] D69759: [BPF] Add preserve_access_index attribute for record definition

Yonghong Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 8 10:26:40 PST 2019


yonghong-song added a comment.

> Is the attribute sticky with forward delcarations?

forward declaration is not a record type, so an error will be emited if you have attribute on a forward declaration.


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