[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)
commitf71bac6f4351772567a2d28cac3a9a15e0ad3c48
tree6e9533670b1a73aefc1d5cebe3f4b203417bfa57
parentaeae71cd96c3477ce09ed543bcb385583172a9be
[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

llvm-svn: 374153
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/debug-info-param-modification.c