This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 709fda69699 [AST][Tests] Clarify what each test is doing new 68cedc8ad59 [DebugCounters] don't do redundant map lookups; NFC new dc7a8880207 [llvm-objcopy] Implement -G/--keep-global-symbol(s).
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: 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