This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b1c2ebbcd34 Include what you use in PPCInstrInfo.h new ed6564d3853 [llvm-ar] Fix relative thin archive path handling new f84a2710004 Include what you use in LanaiInstrInfo.cpp
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/ArchiveWriter.h | 2 +- lib/Object/ArchiveWriter.cpp | 51 ++++++++++++++-------- lib/Target/Lanai/LanaiInstrInfo.cpp | 6 +-- lib/ToolDrivers/llvm-lib/LibDriver.cpp | 11 +++-- test/tools/llvm-ar/reduce-thin-path.test | 10 +++++ test/tools/llvm-ar/thin-archive.test | 45 +++++++++++++++++++ .../llvm-objcopy/ELF/archive-unknown-members.test | 8 ++-- test/tools/llvm-readobj/thin-archive-paths.test | 6 +-- tools/llvm-ar/llvm-ar.cpp | 38 ++++++++++++---- 9 files changed, 137 insertions(+), 40 deletions(-) create mode 100644 test/tools/llvm-ar/reduce-thin-path.test create mode 100644 test/tools/llvm-ar/thin-archive.test