diff options
author | Fangrui Song <i@maskray.me> | 2023-04-19 13:15:33 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2023-04-19 13:15:33 -0700 |
commit | adbdef6a9f39058f390ba285624b0dfb24bad7e8 (patch) | |
tree | 8da65e8f50ff95bceb3347d572f452fe7ef33322 /llvm/lib/Analysis/MemoryBuiltins.cpp | |
parent | e67493f57262862ae2bd4fc5d1d1f552676d815f (diff) | |
download | llvm-adbdef6a9f39058f390ba285624b0dfb24bad7e8.zip llvm-adbdef6a9f39058f390ba285624b0dfb24bad7e8.tar.gz llvm-adbdef6a9f39058f390ba285624b0dfb24bad7e8.tar.bz2 |
[Driver] Make -fsanitize=kcfi,function incompatible
A -fsanitize=kcfi instrumented function has a special instruction/data
before the function entry at a fixed offset.
A -fsanitize=function instrumented function has special instruction/data
after the function entry at a fixed offset (may change to *before* in D148665).
The two instrumentations are not intended to be used together and will become
incompatible after D148665.
Reviewed By: samitolvanen
Differential Revision: https://reviews.llvm.org/D148671
Diffstat (limited to 'llvm/lib/Analysis/MemoryBuiltins.cpp')
0 files changed, 0 insertions, 0 deletions