Make sure that if SCUDO_DEBUG=1 in tests
then we had the same in the scudo
library itself.
Details
Details
- Reviewers
cryptoad hctim - Commits
- rG6a84d374d7df: [scudo] Consistent setting of SCUDO_DEBUG
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt | ||
---|---|---|
21 | Should we make the unit tests always run with SCUDO_DEBUG? Probably requires creating a RTScudoStandaloneDebug, but that seems ok. |
compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt | ||
---|---|---|
21 | we don't do that for other LLVM stuff, DEBUG is up to the user to on/off |
Should we make the unit tests always run with SCUDO_DEBUG? Probably requires creating a RTScudoStandaloneDebug, but that seems ok.