diff options
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")] |