Fixing issues raised on D102979 review.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/scudo/standalone/tests/common_test.cpp | ||
---|---|---|
19 | nit: probably just if (SCUDO_LINUX) to avoid the #ifdef |
Paths
| Differential D102994
[NFC][scudo] Small test cleanup ClosedPublic Authored by vitalybuka on May 23 2021, 3:52 PM.
Details
Summary Fixing issues raised on D102979 review.
Diff Detail
Event Timelinevitalybuka added a child revision: D102979: [scudo] Use MAP_NORESERVE to release pages.May 23 2021, 3:52 PM This revision is now accepted and ready to land.May 24 2021, 8:03 AM This revision was landed with ongoing or failed builds.May 24 2021, 10:16 AM Closed by commit rG6435ca4e2b9b: [NFC][scudo] Small test cleanup (authored by vitalybuka). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 347275 compiler-rt/lib/scudo/standalone/tests/common_test.cpp |
nit: probably just if (SCUDO_LINUX) to avoid the #ifdef