Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [BPF] Restrict preserve_access_index attribute to C only | Yonghong Song | 2019-11-14 | 1 | -0/+9 |
This patch is a follow-up for commit 4e2ce228ae79 [BPF] Add preserve_access_index attribute for record definition to restrict attribute for C only. A new test case is added to check for this restriction. Additional code polishing is done based on Aaron Ballman's suggestion in https://reviews.llvm.org/D69759/new/. Differential Revision: https://reviews.llvm.org/D70257 |