[all-commits] [llvm/llvm-project] af9315: [DFSan] Handle landingpad inst explicitly as zero ...
Andrew Browne via All-commits
all-commits at lists.llvm.org
Tue Jun 15 18:30:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af93157625ef26679883a17711b53aac8521306c
https://github.com/llvm/llvm-project/commit/af93157625ef26679883a17711b53aac8521306c
Author: Andrew Browne <browneee at google.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
M llvm/test/Instrumentation/DataFlowSanitizer/call.ll
Log Message:
-----------
[DFSan] Handle landingpad inst explicitly as zero shadow.
Before this change, DFSan was relying fallback cases when getting origin
address.
Differential Revision: https://reviews.llvm.org/D104266
More information about the All-commits
mailing list