Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[msan] Turn off lifetime markers even when use after scope checking i…
…s on. Since r299174 use after scope checking is on by default. Even though msan doesn't check for use after scope it gets confused by the lifetime markers emitted for it, making unit tests fail. This is covered by ninja check-msan. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299191 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information