aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2022-04-26 16:13:48 +0200
committerPavel Labath <pavel@labath.sk>2022-04-27 15:08:58 +0200
commit089a1d9deba5579487d77c97241b3f9e5e3d4745 (patch)
treebbe1751cc2a3298619fc4a1910e977477db49fc4 /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
parentf513b5fc47df5c040a257ab6f4643942828fa610 (diff)
downloadllvm-089a1d9deba5579487d77c97241b3f9e5e3d4745.zip
llvm-089a1d9deba5579487d77c97241b3f9e5e3d4745.tar.gz
llvm-089a1d9deba5579487d77c97241b3f9e5e3d4745.tar.bz2
[lldb] Fix TestWithLimitDebugInfo.py
The test was broken (in the sense that it was not testing what it was supposed to test) in two ways: - a Makefile refactor caused it to stop being built with -flimit-debug-info - clang's constructor homing changed the "home" of the type This patch fixes the Makefile, and modifies the source code to produce the same result with both type homing strategies. Due to constructor homing I had to use a different implicitly-defined function for the test -- I chose the assignment operator. I also added some sanity checks to the test to ensure that the test is indeed operating on limited debug info.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
0 files changed, 0 insertions, 0 deletions