This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d4ca29bfda2 [InstCombine] add folds for min(~a, b) --> ~max(a, b) new d9e5a1f6b3f [PDB] Correctly link S_FILESTATIC records. new 2107a83a28f [llvm-objcopy] Add --localize-hidden option
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: .../{symbol-copy.test => localize-hidden.test} | 138 +++++++++++++-------- tools/llvm-objcopy/Object.cpp | 19 +++ tools/llvm-objcopy/Object.h | 3 +- tools/llvm-objcopy/llvm-objcopy.cpp | 12 ++ tools/llvm-pdbutil/DumpOutputStyle.cpp | 44 +++++-- tools/llvm-pdbutil/DumpOutputStyle.h | 2 + tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 13 ++ tools/llvm-pdbutil/MinimalSymbolDumper.h | 10 ++ 8 files changed, 180 insertions(+), 61 deletions(-) copy test/tools/llvm-objcopy/{symbol-copy.test => localize-hidden.test} (54%)