[all-commits] [llvm/llvm-project] 943436: Revert "[BPF] Add preserve_access_index attribute ...
yonghong-song via All-commits
all-commits at lists.llvm.org
Sat Nov 9 08:33:38 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9434360401218ae02aaea1fbb53a42bc3af2bc76
https://github.com/llvm/llvm-project/commit/9434360401218ae02aaea1fbb53a42bc3af2bc76
Author: Yonghong Song <yhs at fb.com>
Date: 2019-11-09 (Sat, 09 Nov 2019)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
R clang/test/CodeGen/bpf-attr-preserve-access-index-1.c
R clang/test/CodeGen/bpf-attr-preserve-access-index-2.c
R clang/test/CodeGen/bpf-attr-preserve-access-index-3.c
R clang/test/CodeGen/bpf-attr-preserve-access-index-4.c
R clang/test/CodeGen/bpf-attr-preserve-access-index-5.c
R clang/test/CodeGen/bpf-attr-preserve-access-index-6.c
R clang/test/CodeGen/bpf-attr-preserve-access-index-7.c
R clang/test/CodeGen/bpf-attr-preserve-access-index-8.c
R clang/test/Sema/bpf-attr-preserve-access-index.c
Log Message:
-----------
Revert "[BPF] Add preserve_access_index attribute for record definition"
This reverts commit 4a5aa1a7bf8b1714b817ede8e09cd28c0784228a.
There are some other test failures. Investigate them first.
More information about the All-commits
mailing list