This restores the behavior removed in 1adc494 where setting
LLVM_ENABLE_ZLIB to FORCE_ON overrides MSan.
Details
Details
- Reviewers
hans
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm
I don't know if anyone cares about the msan+zlib case, I just think it's important that FORCE_ON either enables zlib or raises an error. Looks like this patch ensures that.