This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master in repository toolchain/jenkins-scripts.
from 946ca92f tcwg-update-llvmbot-containers.sh: Add clang-armv8-quick worker new 78c7857b wrappers/shadow-ar.sh: New wrapper for "ar" new 181662d1 wrappers/shadow-ar.sh: Adapt for llvm-ar new e81bd448 wrappers/shadow-cc.sh: Use generate_shadow_rsp() new f076a6e5 wrappers/count-wrapper-install.sh: Support installing shadow- [...] new 8cc39ca8 wrappers/count-wrapper-install.sh: Rename new 62343ad7 wrappers/shadow-cc.sh: Handle expected fails of orig_cc new 3c5ac7de wrappers/*: Remove hard-coded paths new a4c14e20 wrappers/install-wrappers.sh: Rework
The 8 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: wrappers/count-wrapper-install.sh | 20 --- wrappers/count-wrapper.sh | 12 +- wrappers/install-wrappers.sh | 52 ++++++++ wrappers/shadow-ar.sh | 261 ++++++++++++++++++++++++++++++++++++++ wrappers/shadow-cc.sh | 63 +++++++-- 5 files changed, 367 insertions(+), 41 deletions(-) delete mode 100755 wrappers/count-wrapper-install.sh create mode 100755 wrappers/install-wrappers.sh create mode 100755 wrappers/shadow-ar.sh