[lldb][cmake] Move the remove_module_flags call to the right place in debugserver...
authorRaphael Isemann <teemperor@gmail.com>
Mon, 27 Apr 2020 14:03:37 +0000 (16:03 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 27 Apr 2020 14:04:19 +0000 (16:04 +0200)
commitff5264f0c6f026b25e2d91d0f5d5377a156c1f40
treef29341098e75ec676ffe4ede45f13b1113c02b22
parent6d58030c8c7d481d08a549246fd3103aceb61c7b
[lldb][cmake] Move the remove_module_flags call to the right place in debugserver's CMakeLists

This code should always be executed, not just when building the debugserver
on its own. Fixes the modules build when building LLVM+LLDB together.
lldb/tools/debugserver/CMakeLists.txt