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 709fda69699 [AST][Tests] Clarify what each test is doing adds 68cedc8ad59 [DebugCounters] don't do redundant map lookups; NFC adds dc7a8880207 [llvm-objcopy] Implement -G/--keep-global-symbol(s).
No new revisions were added by this update.
Summary of changes: lib/Support/DebugCounter.cpp | 12 ++- .../keep-global-symbols-mix-globalize.test | 51 ++++++++++++ test/tools/llvm-objcopy/keep-global-symbols.test | 95 ++++++++++++++++++++++ tools/llvm-objcopy/ObjcopyOpts.td | 18 ++++ tools/llvm-objcopy/llvm-objcopy.cpp | 36 ++++++++ 5 files changed, 208 insertions(+), 4 deletions(-) create mode 100644 test/tools/llvm-objcopy/keep-global-symbols-mix-globalize.test create mode 100644 test/tools/llvm-objcopy/keep-global-symbols.test