| commit | 69a372dc504c3a5bc53df96f1c236f47534e1e2d | [log] [tgz] |
|---|---|---|
| author | Chris Bieneman <beanz@apple.com> | Thu Dec 03 20:08:22 2015 +0000 |
| committer | Chris Bieneman <beanz@apple.com> | Thu Dec 03 20:08:22 2015 +0000 |
| tree | f4bc730cbbbb08cdb75ae0cad0d1abfd5617342d | |
| parent | 865c4ee9cbdf5824103bdaf405b35dd447a14868 [diff] |
[CMake] Support externalizing debug info on Darwin * Adds COMPILER_RT_EXTERNALIZE_DEBUGINFO option * On Darwin this results in calling dsymutil and strip after linking * This generates an error on non-darwin platforms, matching the LLVM behavior llvm-svn: 254643