[Lldb-commits] [PATCH] D86416: [lldb] -stdlib=libc++ for linking with lldb lib also if LLVM_ENABLE_LIBCXX
Luboš Luňák via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 22 11:42:42 PDT 2020
llunak added a comment.
In D86416#2286333 <https://reviews.llvm.org/D86416#2286333>, @JDevlieghere wrote:
> Which tests are affected by this?
I don't know. There are 5 hits for 'buildDriver' and 8 for '%include_SB_APIs%' under tests/, so at least 13, but I don't know if that's all.
> How much work would it be to convert them as suggested?
I don't know either. I don't plan on doing that, at least not now. My patch is a fix and it's done. The suggestion is an improvement. surely it can be done after the fix.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86416/new/
https://reviews.llvm.org/D86416
More information about the lldb-commits
mailing list