[Lldb-commits] [PATCH] D86416: [lldb] -stdlib=libc++ for linking with lldb lib also if LLVM_ENABLE_LIBCXX
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 24 00:58:21 PDT 2020
JDevlieghere added a comment.
In D86416#2232966 <https://reviews.llvm.org/D86416#2232966>, @teemperor wrote:
> This looks good to me, but I wonder if doing this with a dedicated flag instead of an environment variable would be better. But I'll leave that to the others who have a better idea how the dotest flags should work.
Yeah, please make this a dedicated flag and store its value in the configuration. We've been slowly (but steadily) moving away from passing around things trough the environment.
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