[PATCH] D135411: Add generic KCFI operand bundle lowering
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 1 19:37:37 PDT 2022
MaskRay added inline comments.
================
Comment at: clang/lib/Driver/ToolChain.cpp:1082
SanitizerKind::CFICastStrict | SanitizerKind::FloatDivideByZero |
- SanitizerKind::UnsignedIntegerOverflow |
+ SanitizerKind::KCFI | SanitizerKind::UnsignedIntegerOverflow |
SanitizerKind::UnsignedShiftBase | SanitizerKind::ImplicitConversion |
----------------
This member function is overridden by various toolchains, so adding KCFI here isn't sufficient, e.g. --target=riscv64
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135411/new/
https://reviews.llvm.org/D135411
More information about the cfe-commits
mailing list