[cmake] Add an option to skip stripping before install
authorVedant Kumar <vsk@apple.com>
Tue, 5 Nov 2019 01:00:23 +0000 (17:00 -0800)
committerVedant Kumar <vsk@apple.com>
Tue, 5 Nov 2019 01:38:13 +0000 (17:38 -0800)
commit610f80f7baea5e46c0ccd4cbb905a679c7c56a05
treefab1d604958d2577e9c223658c780d3cb06a968d
parent6db7a5cd7c800a588e94ce5c1ef24ae4d60ecdd3
[cmake] Add an option to skip stripping before install

The swift build system has support for cross-compiling, installing, and
generating symbols for lldb. As the swift symbol-generation step occurs
after installation, we need to disable stripping during the install.
lldb/cmake/modules/AddLLDB.cmake
lldb/cmake/modules/LLDBConfig.cmake