[CMake] Provide the ability to skip stripping when generating dSYMs
authorChris Bieneman <beanz@apple.com>
Thu, 31 Mar 2016 20:03:19 +0000 (20:03 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 31 Mar 2016 20:03:19 +0000 (20:03 +0000)
commit6099a4e7d4d190725add90fd471934480b00da5e
tree2e2d9d0d05e550a228061e902fc623cbc2c704f0
parent569efd2cfd28a8d9c68fe15f3b7dd6bfa8217aa2
[CMake] Provide the ability to skip stripping when generating dSYMs

For debugging it is useful to be able to generate dSYM files but not strip the executables. This change adds the ability to skip stripping by setting LLVM_EXTERNALIZE_DEBUGINFO_SKIP_STRIP=On.

llvm-svn: 265041
llvm/cmake/modules/AddLLVM.cmake