[PATCH] D148827: -fsanitize=function: support C

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 21 09:24:02 PDT 2023


MaskRay updated this revision to Diff 524110.
MaskRay added a comment.

rebase.

unsupport powerpc64-* as ppc64be ELFv1 may have an existing
`error: Cannot represent a difference across sections` issue 
unrelated to the -fsanitize=function.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148827/new/

https://reviews.llvm.org/D148827

Files:
  clang/docs/ControlFlowIntegrity.rst
  clang/docs/UndefinedBehaviorSanitizer.rst
  clang/lib/CodeGen/CGExpr.cpp
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/test/CodeGen/ubsan-function.c
  compiler-rt/test/ubsan/TestCases/TypeCheck/Function/c.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148827.524110.patch
Type: text/x-patch
Size: 5085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230521/c9b37128/attachment-0001.bin>


More information about the cfe-commits mailing list