]> granicus.if.org Git - clang/commit
[DebugInfo] Enable call site debug info for ARM and AArch64
authorNikola Prica <nikola.prica@rt-rk.com>
Wed, 9 Oct 2019 10:14:15 +0000 (10:14 +0000)
committerNikola Prica <nikola.prica@rt-rk.com>
Wed, 9 Oct 2019 10:14:15 +0000 (10:14 +0000)
commit7857983ddb111a05b5979766a858babe4efa3ee2
tree1b356c4dfc208ad4059cd991c3bc5fe58bb00e5b
parent41d366cc6642c61e0d51de83d7ecf026c1c05c45
[DebugInfo] Enable call site debug info for ARM and AArch64

ARM and AArch64 SelectionDAG support for tacking parameter forwarding
register is implemented so we can allow clang invocations for those two
targets.
Beside that restrict debug entry value support to be emitted for
LimitedDebugInfo info and FullDebugInfo. Other types of debug info do
not have functions nor variables debug info.

Reviewers: aprantl, probinson, dstenb, vsk

Reviewed By: vsk

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374153 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/debug-info-param-modification.c