if COMPILER_RT_BUILD_GWP_ASAN isn't set, then in compiler-rt it defaults
to on, but since it isn't defined in llvm libc, it was previously
defaulting to off, causing build errors from the mismatch. This fixes
the default behavior by making it default to on in llvm libc.
Details
Details
- Reviewers
sivachandra lntue
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo