]> granicus.if.org Git - clang/commit
[MS] Emit S_HEAPALLOCSITE debug info
authorAmy Huang <akhuang@google.com>
Fri, 19 Apr 2019 21:09:11 +0000 (21:09 +0000)
committerAmy Huang <akhuang@google.com>
Fri, 19 Apr 2019 21:09:11 +0000 (21:09 +0000)
commitf6e2c8d02f0f4589aab71da6a216fd88070bbb3d
tree7f9c5c3740b3229a9ca7cbfd010212863ee2f7d9
parentc7a7fdc9a326e21a0da5727e1b800ce9d7b9ef16
[MS] Emit S_HEAPALLOCSITE debug info

Summary:
This emits labels around heapallocsite calls and S_HEAPALLOCSITE debug
info in codeview. Currently only changes FastISel, so emitting labels still
needs to be implemented in SelectionDAG.

Reviewers: hans, rnk

Subscribers: aprantl, hiraditya, cfe-commits, llvm-commits

Tags: #clang, #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358783 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp