[all-commits] [llvm/llvm-project] 5b9d46: [HeapProf] Fix bot failures from instrumentation pass
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Thu Aug 27 10:21:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5b9d462b7d3c41a605534a1d95ae0b8d97a661d0
https://github.com/llvm/llvm-project/commit/5b9d462b7d3c41a605534a1d95ae0b8d97a661d0
Author: Teresa Johnson <tejohnson at google.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HeapProfiler.cpp
Log Message:
-----------
[HeapProf] Fix bot failures from instrumentation pass
Fix bot failure from 7ed8124d46f94601d5f1364becee9cee8538265e:
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-ubuntu/builds/8533
Since we are always using dynamic shadow,
insertDynamicShadowAtFunctionEntry should always return true for
modifying the function.
More information about the All-commits
mailing list