[libcxx-commits] [PATCH] D123843: [lit][libcxx] Forward sanitizer environment

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 15 11:52:59 PDT 2022


philnik added a comment.

In D123843#3454223 <https://reviews.llvm.org/D123843#3454223>, @vitalybuka wrote:

> I want to be able to stuff like this:
> MSAN_OPTIONS=poison_in_dtor=1 ninja check-libcxx

I think the better option would be to add another lit configuration. Passing behaviour changing environment variables through makes the builds less reproducible, and here it seems to be quite simple to add it as a few flags.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123843/new/

https://reviews.llvm.org/D123843



More information about the libcxx-commits mailing list