[lldb] Skip TestLimitDebugInfo for Clang<7
authorRaphael Isemann <teemperor@gmail.com>
Mon, 21 Jun 2021 17:38:01 +0000 (19:38 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 21 Jun 2021 17:46:29 +0000 (19:46 +0200)
commit1265f05c268f09c74a2ecaa3e2b3cea83ec10627
tree5744bfee1ac64fed03ed8a88b4f110dc2ff1f8f9
parentf86d1f99b3e9c4819ee0a7b6b785b1ea5feb1627
[lldb] Skip TestLimitDebugInfo for Clang<7

Without DW_CC_pass_by_* attributes that Clang 7 started to emit in this test
we don't properly read back the return value of the `get_*` functions and just
read bogus memory.

See also the TestReturnValue.py test.
lldb/test/API/functionalities/limit-debug-info/TestLimitDebugInfo.py