[all-commits] [llvm/llvm-project] 3ab118: [NFC][Asan] Fix test broken by RegAllocFast
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Sep 18 16:50:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ab118a57d3803f45e3fe95321654994f2c9e1a1
https://github.com/llvm/llvm-project/commit/3ab118a57d3803f45e3fe95321654994f2c9e1a1
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M compiler-rt/test/asan/TestCases/Linux/leak.cpp
Log Message:
-----------
[NFC][Asan] Fix test broken by RegAllocFast
The test worked only because by coincidence register with pointer was
clobbered.
After D52010 value is still preserved.
More information about the All-commits
mailing list