diff options
author | Pavel Labath <labath@google.com> | 2016-08-31 17:38:17 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-08-31 17:38:17 +0000 |
commit | 93b5b660e87631f805fe47a659ecbf011796bdd4 (patch) | |
tree | e39b47e8795f4921e5b718fdbd0edc735bb8f50e /lldb/scripts/Python | |
parent | 54807a9b9d2dbee05ca11c2477a7336f726b8a01 (diff) | |
download | bcm5719-llvm-93b5b660e87631f805fe47a659ecbf011796bdd4.tar.gz bcm5719-llvm-93b5b660e87631f805fe47a659ecbf011796bdd4.zip |
Fixup TestPyObjSynthProvider.py and enable it again
Summary:
- copies the new file in the cmake build
- adds an additional import statement
- marks the test as no-debug-info specific, as it seems to be testing a python feature
Reviewers: granata.enrico
Subscribers: lldb-commits
Differential Revision: https://reviews.llvm.org/D24074
llvm-svn: 280261
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r-- | lldb/scripts/Python/finishSwigPythonLLDB.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/scripts/Python/finishSwigPythonLLDB.py b/lldb/scripts/Python/finishSwigPythonLLDB.py index 4d733a16436..6d51a4b5958 100644 --- a/lldb/scripts/Python/finishSwigPythonLLDB.py +++ b/lldb/scripts/Python/finishSwigPythonLLDB.py @@ -793,6 +793,7 @@ def main(vDictArgs): # Having these files copied here ensure that lldb/formatters is a # valid package itself listPkgFiles = [os.path.join(strRoot, "examples", "summaries", "cocoa", "cache.py"), + os.path.join(strRoot, "examples", "summaries", "synth.py"), os.path.join(strRoot, "examples", "summaries", "cocoa", "metrics.py"), os.path.join(strRoot, "examples", "summaries", "cocoa", "attrib_fromdict.py"), os.path.join(strRoot, "examples", "summaries", "cocoa", "Logger.py")] |