Files
llvm/test/DebugInfo/MSP430/lit.local.cfg
T
Jonas Devlieghere 86286f91c5 [Debug info] Transfer DI to fragment expressions for split integer values.
This patch teaches the SDag type legalizer how to split up debug info for
integer values that are split into a hi and lo part.

(re-commit)

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311181 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-18 18:07:00 +00:00

3 lines
70 B
INI

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