summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-06-19 14:23:31 +0000
committerPavel Labath <labath@google.com>2018-06-19 14:23:31 +0000
commit8779968805593a066a0fcbaee2ffbaadaed33ccf (patch)
tree9d83c5e0a2e0e3d3ed1b1feff32fc2734811c5b0 /lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py
parentf9e56e598216142d23b7cba1261799bd8b14964c (diff)
downloadbcm5719-llvm-8779968805593a066a0fcbaee2ffbaadaed33ccf.tar.gz
bcm5719-llvm-8779968805593a066a0fcbaee2ffbaadaed33ccf.zip
Attempt to fix windows build broken by r334968
The issue was that there was no dependency from lldb-suite target to liblldb in the no-framework scenario. This caused the finish-swig target to be executed prematurely and fail (because it cannot copy liblldb to the python folder). On other platforms this did not matter because there just creates a symlink. The extra lldb-suite -> liblldb edge should fix this. Technically, I could add this just to the !framework case as the framework target will take care of the transitive dep, but it seemed more clear to make the dep unconditional. llvm-svn: 335047
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud