This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 706cb9d [llvm-cov] Use string getters (NFC) new fb1a911 [COFF] Expose the PE debug data directory and dump it new 06da926 Remove all of the legacy home-grown atomic operations LLVM pr [...]
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: include/llvm/Object/COFF.h | 43 +++++++++++++ include/llvm/Support/Atomic.h | 9 ++- include/llvm/Support/COFF.h | 9 ++- lib/Object/COFFObjectFile.cpp | 72 +++++++++++++++++++++- lib/ObjectYAML/COFFYAML.cpp | 2 +- lib/Support/Atomic.cpp | 59 ------------------ test/tools/llvm-readobj/Inputs/has_pdb.exe | Bin 0 -> 391680 bytes test/tools/llvm-readobj/coff-debug-directory.test | 34 ++++++++++ tools/llvm-readobj/COFFDumper.cpp | 56 ++++++++++++++++- tools/llvm-readobj/ObjDumper.h | 1 + tools/llvm-readobj/llvm-readobj.cpp | 7 +++ 11 files changed, 222 insertions(+), 70 deletions(-) create mode 100644 test/tools/llvm-readobj/Inputs/has_pdb.exe create mode 100644 test/tools/llvm-readobj/coff-debug-directory.test