[all-commits] [llvm/llvm-project] bd726d: [dfsan] Rename ShadowTy/ZeroShadow with prefix Pri...
Z via All-commits
all-commits at lists.llvm.org
Wed Dec 2 21:36:23 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd726d2796b1a5d2c936b5708bfb49a4b7fb89de
https://github.com/llvm/llvm-project/commit/bd726d2796b1a5d2c936b5708bfb49a4b7fb89de
Author: Jianzhou Zhao <jianzhouzh at google.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
Log Message:
-----------
[dfsan] Rename ShadowTy/ZeroShadow with prefix Primitive
This is a child diff of D92261.
After supporting field/index-level shadow, the existing shadow with type
i16 works for only primitive types.
Reviewed-by: morehouse
Differential Revision: https://reviews.llvm.org/D92459
More information about the All-commits
mailing list