[all-commits] [llvm/llvm-project] 1265f0: [lldb] Skip TestLimitDebugInfo for Clang<7
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Jun 21 10:47:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1265f05c268f09c74a2ecaa3e2b3cea83ec10627
https://github.com/llvm/llvm-project/commit/1265f05c268f09c74a2ecaa3e2b3cea83ec10627
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M lldb/test/API/functionalities/limit-debug-info/TestLimitDebugInfo.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list