[Lldb-commits] [PATCH] D59708: [ExpressionParser] Add swift-lldb case for finding clang resource dir
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 22 12:08:55 PDT 2019
jingham added a comment.
The behavior when verify is false seems a little weird to me. In that case you will just always get the $install_dir/lib/clang/$clang_version path. That's fairly different from the verify = true case. OTOH, I couldn't see anybody passing verify = false anywhere. Do we need that?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59708/new/
https://reviews.llvm.org/D59708
More information about the lldb-commits
mailing list