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-allnoconfig in repository toolchain/ci/llvm-project.
from b3cf70427eb [CodeGen] Fix the computation of the alignment of split stores. adds 808f8a632f8 Fix type-dependency of bitfields in templates adds e1b73356879 Fix a reentrance bug with deserializing ObjC type parameters. new 9c9e46d786d [Clang] Limit -fintegrated-cc1 to only one TU new 90c78073f73 Linker/module-max-warn.ll: Fix test to be compatible with W [...]
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/Driver/Job.h | 16 ++++++----- clang/lib/AST/Expr.cpp | 5 ++++ clang/lib/Driver/Driver.cpp | 5 ++++ clang/lib/Driver/Job.cpp | 19 +++++++++++-- clang/lib/Driver/ToolChains/Clang.cpp | 2 +- clang/lib/Serialization/ASTReaderDecl.cpp | 2 +- clang/test/Driver/cc1-spawnprocess.c | 31 ++++++++++++++++------ clang/test/Modules/Inputs/module.map | 4 +++ clang/test/Modules/Inputs/objc_type_param.h | 13 +++++++++ clang/test/Modules/objc-type-param.m | 8 ++++++ clang/test/SemaTemplate/enum-argument.cpp | 3 ++- .../SemaTemplate/value-dependent-bitfield-cond.cpp | 13 +++++++++ llvm/test/Linker/module-max-warn.ll | 4 +-- 13 files changed, 103 insertions(+), 22 deletions(-) create mode 100644 clang/test/Modules/Inputs/objc_type_param.h create mode 100644 clang/test/Modules/objc-type-param.m create mode 100644 clang/test/SemaTemplate/value-dependent-bitfield-cond.cpp