This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 810c1b6a3cc Remove the unused Offset field from MachineLocation (NFC) new 981b5410cc1 AMDGPU: Restore using MRI to find highest used regs new 5db8114aeaa Revert "[lit] Avoid copying llvm/utils/lit/tests/Inputs wit [...] new c4d94abf28c Assert that the offset of a DBG_VALUE is always 0. (NFC)
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: CMakeLists.txt | 2 +- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 6 ++++-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 ++++-- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 28 +++++++++++++++++++++++----- utils/lit/CMakeLists.txt | 27 +++++++++++++++++++++++++++ utils/lit/tests/CMakeLists.txt | 24 ------------------------ utils/lit/tests/Inputs/lit.site.cfg.in | 3 --- utils/lit/tests/lit.site.cfg.in | 4 +--- 8 files changed, 60 insertions(+), 40 deletions(-) create mode 100644 utils/lit/CMakeLists.txt delete mode 100644 utils/lit/tests/CMakeLists.txt delete mode 100644 utils/lit/tests/Inputs/lit.site.cfg.in