[all-commits] [llvm/llvm-project] d43614: [scudo] Make Ptr volatile so that the malloc and f...
fabio-d via All-commits
all-commits at lists.llvm.org
Fri Aug 1 00:09:36 PDT 2025
Branch: refs/heads/release/21.x
Home: https://github.com/llvm/llvm-project
Commit: d436146305b95be62465eb5b610106fe59f070db
https://github.com/llvm/llvm-project/commit/d436146305b95be62465eb5b610106fe59f070db
Author: Fabio D'Urso <fdurso at google.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
Log Message:
-----------
[scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944)
This fixes the test failure seen in the discussion about
https://github.com/llvm/llvm-project/pull/148066.
(cherry picked from commit fcdcc4ea7ac960c79246b3bd428f14ea350e63e2)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list