This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/llvm.
from 692afe0b2cc [InstCombine] Add test cases for an icmp combine that is mi [...] adds 8bf9e9a0179 [C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicType adds 7c767e2cf3d [LLVM-C] Add coroutine passes adds b52e8dcdd12 [bindings/go] Add coroutine passes
No new revisions were added by this update.
Summary of changes: bindings/go/llvm/dibuilder.go | 1 + bindings/go/llvm/transforms_coroutines.go | 24 +++++++++++++++++++ include/llvm-c/DebugInfo.h | 6 ++++- .../llvm-c/Transforms/{Utils.h => Coroutines.h} | 27 +++++++++++++--------- lib/IR/DebugInfo.cpp | 6 +++-- lib/Transforms/Coroutines/Coroutines.cpp | 17 ++++++++++++++ tools/llvm-c-test/debuginfo.c | 2 +- tools/llvm-go/llvm-go.go | 1 + 8 files changed, 69 insertions(+), 15 deletions(-) create mode 100644 bindings/go/llvm/transforms_coroutines.go copy include/llvm-c/Transforms/{Utils.h => Coroutines.h} (64%)