summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/tuple/tuple.tuple
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-06-20 21:08:52 +0000
committerAdrian Prantl <aprantl@apple.com>2017-06-20 21:08:52 +0000
commit25422dcccbf4b4030c20ab3900a5a61c38f744e0 (patch)
tree89adf763984e2180b7aa87aff294673f6baeedc6 /libcxx/test/std/utilities/tuple/tuple.tuple
parent36bc095a2ea9bcdd928665f2a10bd72bff219a62 (diff)
downloadbcm5719-llvm-25422dcccbf4b4030c20ab3900a5a61c38f744e0.tar.gz
bcm5719-llvm-25422dcccbf4b4030c20ab3900a5a61c38f744e0.zip
Fix a crash in DwarfDebug::validThroughout.
The instruction it falls over on is an IMPLICT_DEF that also happens to be the only instruction in its lexical scope. That LexicalScope has never been created because its range is empty. This patch skips over all meta-instructions instead of just DBG_VALUEs. Thanks to David Blaikie for providing a testcase! llvm-svn: 305853
Diffstat (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud