]> granicus.if.org Git - llvm/commit
[COFF, ARM64, CodeView] Add support to emit CodeView debug info for ARM64 COFF
authorMandeep Singh Grang <mgrang@codeaurora.org>
Thu, 20 Jul 2017 20:20:00 +0000 (20:20 +0000)
committerMandeep Singh Grang <mgrang@codeaurora.org>
Thu, 20 Jul 2017 20:20:00 +0000 (20:20 +0000)
commit8c714df517f9a42f5b360b2a2ca619facd961b40
treee1ad5585811c3c10bab2a97729e98f5d078593fd
parentc39bccc79fca5586c9e2efd17627a49f7c289aa7
[COFF, ARM64, CodeView] Add support to emit CodeView debug info for ARM64 COFF

Reviewers: compnerd, ruiu, rnk, zturner

Reviewed By: rnk

Subscribers: majnemer, aemerson, aprantl, javed.absar, kristof.beyls, llvm-commits

Differential Revision: https://reviews.llvm.org/D35518

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308665 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/CodeView/CodeView.h
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
test/MC/AArch64/coff-debug.ll [new file with mode: 0644]
tools/llvm-pdbutil/MinimalSymbolDumper.cpp