[Lldb-commits] [PATCH] D42195: [lldb] Generic base for testing gdb-remote behavior
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 26 08:01:59 PST 2018
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
More information about the lldb-commits
mailing list