This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allyesconfig in repository toolchain/ci/llvm-project.
from 8e7ae355ba9 [llvm-objcopy] Avoid invalid Sec.Offset after D79229 adds 98f9f73f6d2 [Sema] Allow function attribute patchable_function_entry on [...] new 1d1469ab642 BPF: fix a CORE optimization bug new 9c80516d3e3 PR45000: Let Sema::SubstParmVarDecl handle default args of [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang/include/clang/AST/DeclBase.h | 9 +- clang/include/clang/Basic/Attr.td | 2 +- clang/lib/AST/DeclBase.cpp | 5 +- clang/lib/Sema/SemaTemplateInstantiate.cpp | 2 +- clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 +- clang/lib/Sema/TreeTransform.h | 13 --- clang/test/Sema/patchable-function-entry-attr.cpp | 1 + clang/test/SemaCXX/vartemplate-lambda.cpp | 8 +- .../test/SemaTemplate/instantiate-local-class.cpp | 13 +++ llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp | 13 ++- llvm/test/CodeGen/BPF/CORE/store-addr.ll | 107 +++++++++++++++++++++ 11 files changed, 152 insertions(+), 23 deletions(-) create mode 100644 llvm/test/CodeGen/BPF/CORE/store-addr.ll