[CMake] Provide the ability to skip stripping when generating dSYMs
authorChris Bieneman <beanz@apple.com>
Thu, 31 Mar 2016 21:17:19 +0000 (21:17 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 31 Mar 2016 21:17:19 +0000 (21:17 +0000)
commit17bcc439d63e8d33405eaf288b9bd6ba8f046ee0
treef8d3d7948a215f49ea9f9360f3c4e1d692320f0d
parentb339b6de0d388d38856bcb73d1529e890b8276d4
[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 COMPILER_RT_EXTERNALIZE_DEBUGINFO_SKIP_STRIP=On.

llvm-svn: 265057
compiler-rt/cmake/Modules/AddCompilerRT.cmake