[CMake] Ignore externalizing debuginfo for unit tests
authorChris Bieneman <beanz@apple.com>
Tue, 8 Dec 2015 21:51:48 +0000 (21:51 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 8 Dec 2015 21:51:48 +0000 (21:51 +0000)
commit5fb71e111619c7169b884c7e1139d37662dd324e
treeca17712c7351a96ab01f07bcfaeec5c263961cfe
parent898fa74bf23beff0a5e9155741cdc97ce48fb515
[CMake] Ignore externalizing debuginfo for unit tests

If you externalize debug info for unit tests the test runner finds the mach-o inside the dsym bundle and tries to execute it as a test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255056 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake