Attempt to fix windows build broken by r334968
authorPavel Labath <labath@google.com>
Tue, 19 Jun 2018 14:23:31 +0000 (14:23 +0000)
committerPavel Labath <labath@google.com>
Tue, 19 Jun 2018 14:23:31 +0000 (14:23 +0000)
commit8779968805593a066a0fcbaee2ffbaadaed33ccf
tree9d83c5e0a2e0e3d3ed1b1feff32fc2734811c5b0
parentf9e56e598216142d23b7cba1261799bd8b14964c
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
lldb/CMakeLists.txt