This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac77244cc8d [AMDGPU] Fix SITargetLowering::LowerCall for pointer info o [...] new 22c5379cd12 [X86] Spell penryn correctly in some comments. NFC new 6d6a4920f5a [DwarfDump] -debug-line=offset applies to .dwo too. new d159fdd448e CachePruning: Allow limiting the number of files in the cac [...]
The 3 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/Support/CachePruning.h | 9 ++ lib/DebugInfo/DWARF/DWARFContext.cpp | 4 +- lib/Support/CachePruning.cpp | 50 ++++++----- lib/Target/X86/X86TargetTransformInfo.cpp | 6 +- test/DebugInfo/Inputs/dwarfdump-line-dwo.cc | 10 --- .../DebugInfo/Inputs/dwarfdump-line-dwo.elf-x86-64 | Bin 1377 -> 0 bytes test/DebugInfo/X86/dwarfdump-line-dwo.s | 97 +++++++++++++++++++++ test/DebugInfo/dwarfdump-line-dwo.test | 6 -- 8 files changed, 142 insertions(+), 40 deletions(-) delete mode 100644 test/DebugInfo/Inputs/dwarfdump-line-dwo.cc delete mode 100644 test/DebugInfo/Inputs/dwarfdump-line-dwo.elf-x86-64 create mode 100644 test/DebugInfo/X86/dwarfdump-line-dwo.s delete mode 100644 test/DebugInfo/dwarfdump-line-dwo.test