[PATCH] D148785: -fsanitize=function: use type hashes instead of RTTI objects
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 17 18:32:29 PDT 2023
MaskRay marked 2 inline comments as done.
MaskRay added inline comments.
================
Comment at: clang/test/CodeGenCXX/catch-undef-behavior.cpp:408
// RTTI pointer check
+ // CHECK: [[CalleeTypeHashPtr:%.+]] = getelementptr <{ i32, i32 }>, <{ i32, i32 }>* [[PTR]], i32 -1, i32 1
----------------
peter.smith wrote:
> CalleeTypeHash check?
`CalleeTypeHashPtr` seems clear. Do you mean to change `HashCmp` below to `CalleeTypeHashMatch`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148785/new/
https://reviews.llvm.org/D148785
More information about the cfe-commits
mailing list