[PATCH] D148573: Port -fsanitize=function to AArch64
Peter Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 18 06:31:12 PDT 2023
peter.smith added a comment.
One other small thing. The docs page https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html would need the supported architectures updating:
-fsanitize=function: Indirect call of a function through a function pointer of the wrong type (Darwin/Linux, C++ and x86/x86_64 only).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148573/new/
https://reviews.llvm.org/D148573
More information about the cfe-commits
mailing list