[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)
commit48eaa5415184c9e1821d2290ee584ba09b2015c2
tree0e35330f31725714cfbf0c15a7bfe0ae8ba35dd2
parent7c005324d57ce908afb4dc01031850db70e3f4fc
[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.

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