Details
Details
- Reviewers
curdeius vitalybuka - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I want to be able to stuff like this:
MSAN_OPTIONS=poison_in_dtor=1 ninja check-libcxx
Comment Actions
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.