This removes one of the last dependencies on old Scudo, and should allow
us to delete the old Scudo soon.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/scudo/standalone/CMakeLists.txt | ||
---|---|---|
9–11 | It's small but helpful for debugging. We distribute this as a lib so better have debug info and let linker strip it, as other sanitizers do. |
Comment Actions
Revert removal of '-g' for scudo archives/dso.
compiler-rt/lib/scudo/standalone/CMakeLists.txt | ||
---|---|---|
9–11 | Reverted. |
It's small but helpful for debugging. We distribute this as a lib so better have debug info and let linker strip it, as other sanitizers do.