[compiler-rt] [scudo] Move getResidentPages function (PR #183138)

Christopher Ferris via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 12:56:57 PST 2026


================
@@ -75,6 +75,14 @@ TEST(ScudoMapDeathTest, MapWithGuardUnmap) {
   MemMap.unmap();
 }
 
+// These death tests only fail when debugging is enabled.
+#if SCUDO_DEBUG && SCUDO_LINUX
----------------
cferris1000 wrote:

You don't need the SCUDO_DEBUG check.

https://github.com/llvm/llvm-project/pull/183138


More information about the llvm-commits mailing list