llvm/test/DebugInfo/MIR/AArch64/lit.local.cfg
Adrian Prantl ffd22cf2fa DbgValueHistoryCalculator: Ignore call instructions that claim to clobber SP.
The AArch64 backend marks calls that involve aggregate function
arguments as having an implicit def of SP. We already have the same
workaround in LiveDebugValues and in DbgValueHistoryCalculator for SP
clobbers in register masks. This adds register defs to the list.

Fixes rdar://problem/30361929 and Swift SR-3851.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304471 91177308-0d34-0410-b5e6-96231b3b80d8
2017-06-01 21:14:58 +00:00

4 lines
72 B
INI

if not 'AArch64' in config.root.targets:
config.unsupported = True