[PATCH] D148785: -fsanitize=function: use type hashes instead of RTTI objects
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 16:01:05 PDT 2023
MaskRay added a comment.
In D148785#4348053 <https://reviews.llvm.org/D148785#4348053>, @vitalybuka wrote:
> Is possible to split the patch into smaller ones?
The Clang CodeGen side needs to match `llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp` and `compiler-rt/lib/ubsan`, so no, I think this is the smallest unit...
I have placed logically independent parts in other patches: D148665 <https://reviews.llvm.org/D148665>, D148573 <https://reviews.llvm.org/D148573>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148785/new/
https://reviews.llvm.org/D148785
More information about the llvm-commits
mailing list