[libcxx-commits] [PATCH] D61348: [libcxx] add debug-mode feature flag
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 1 06:39:27 PDT 2019
mclow.lists added a comment.
In D61348#1485462 <https://reviews.llvm.org/D61348#1485462>, @EricWF wrote:
> These tests turn on debug mode themselves - they don't need to be limited the configurations where the user turns it on.
These tests need to be fixed so that they DTRT when the user specifies `-debug_level=X` (where X is 0/1) as a LIT param as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61348/new/
https://reviews.llvm.org/D61348
More information about the libcxx-commits
mailing list