[Lldb-commits] [PATCH] D66327: [dotest] Make it possible to forward CCC_OVERRIDE_OPTIONS to Make
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 16 09:50:48 PDT 2019
labath added a comment.
In D66327#1633251 <https://reviews.llvm.org/D66327#1633251>, @JDevlieghere wrote:
> They're not exactly the same, `CCC_OVERRIDE_OPTIONS` allows you to do cool stuff like `'s/-g(lldb)?$/-gdwarf-5/'`.
That is cool, and, at the same time, scary...
I think it would be nicer if this is passed in a slightly more explicit way than via the environment, but if that's too complicated for some reason, then I don't think doing this is such a big deal.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66327/new/
https://reviews.llvm.org/D66327
More information about the lldb-commits
mailing list