Commit d436146
[scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (llvm#149944)
This fixes the test failure seen in the discussion about
llvm#148066.
(cherry picked from commit fcdcc4e)1 parent 3b53c84 commit d436146
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
0 commit comments