This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9ccf7c7 Object: ensure that structures are fully defined new 9c89413 Revert "llvm-objdump: support dumping AUX records for weak ex [...] new 4f4018c [llvm-pdbdump] Decipher the remaining PDB streams. new 9f618c8 [Support] revert previous commit r270643 new 1f13752 [FunctionAttrs] Volatile loads should disable readonly
The 4 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: include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 2 ++ include/llvm/DebugInfo/PDB/Raw/RawConstants.h | 15 +++++++++++ lib/DebugInfo/PDB/Raw/DbiStream.cpp | 12 +++++++++ lib/Support/Unix/Signals.inc | 39 +++++++++++++++++++++++++++ lib/Transforms/IPO/FunctionAttrs.cpp | 5 ++++ test/DebugInfo/PDB/pdbdump-headers.test | 4 +-- test/Object/Inputs/COFF/weak-externals.yaml | 26 ------------------ test/Object/coff-weak-externals.test | 5 ---- test/Transforms/FunctionAttrs/readattrs.ll | 8 ++++++ tools/llvm-objdump/COFFDump.cpp | 6 ----- tools/llvm-pdbdump/llvm-pdbdump.cpp | 22 +++++++++++++++ 11 files changed, 105 insertions(+), 39 deletions(-) delete mode 100644 test/Object/Inputs/COFF/weak-externals.yaml delete mode 100644 test/Object/coff-weak-externals.test