labath added inline comments.
================ Comment at: packages/Python/lldbsuite/test/lldbtest.py:1588 paths_to_try = [ "llvm-build/Release+Asserts/x86_64/Release+Asserts/bin/clang", "llvm-build/Debug+Asserts/x86_64/Debug+Asserts/bin/clang", ---------------- I had to modify these to `llvm-build/Release+Asserts/x86_64/bin/clang` to be able to find the binary. I presume this is a change in xcode project layout. Can anyone confirm that? https://reviews.llvm.org/D42195 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits