It's still disabled by default at compile time.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Oh, actually it was enabled by default at compile time.
I was confused by DefaultFalse in llvm-project/clang/include/clang/Driver/Options.td, but it's enabled in llvm-project/clang/include/clang/Driver/SanitizerArgs.h
Anyway enabling by default in runtime was the later plan.
I'll revert if it breaks bot.
https://lab.llvm.org/buildbot/#/builders/74/builds/10407 runs MSAN_OPTIONS=poison_in_dtor=0 because of known issues.