When no FileCheck binary is specified, look in the llvm/clang bin
authorJason Molenda <jmolenda@apple.com>
Thu, 1 Nov 2018 23:41:05 +0000 (23:41 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 1 Nov 2018 23:41:05 +0000 (23:41 +0000)
commit7d40f144f2d2f16ff2b899478e599fde674a1e37
tree5cbd4aa5c694adecec0e563292310deaecdea4e1
parentfd9722fbc6141ebaaa4f1e7f058457e0a7d460f4
When no FileCheck binary is specified, look in the llvm/clang bin
dirs relative to the source directory (Xcode build style) to find
one, use it if found.

llvm-svn: 345912
lldb/packages/Python/lldbsuite/test/dotest.py