This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 18b5c0b [AArch64] Vulcan is now ThunderXT99 new 0578f37 Fix C2712 build error on Windows new 6b149f3 llvm-objdump: handle line numbers and source options for amdg [...]
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: lib/Support/Windows/Threading.inc | 18 ++-- .../llvm-objdump/AMDGPU/Inputs/source-lines.cl | 6 ++ .../llvm-objdump}/AMDGPU/lit.local.cfg | 0 test/tools/llvm-objdump/AMDGPU/source-lines.ll | 109 +++++++++++++++++++++ tools/llvm-objdump/llvm-objdump.cpp | 3 + 5 files changed, 130 insertions(+), 6 deletions(-) create mode 100644 test/tools/llvm-objdump/AMDGPU/Inputs/source-lines.cl copy test/{Analysis/CostModel => tools/llvm-objdump}/AMDGPU/lit.local.cfg (100%) create mode 100644 test/tools/llvm-objdump/AMDGPU/source-lines.ll