[all-commits] [llvm/llvm-project] a851d4: [Clang][Driver] Fix integer normalization with KCFI
Sami Tolvanen via All-commits
all-commits at lists.llvm.org
Wed Feb 15 16:23:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a851d46e07c1234a0763b4630c8475c73208e776
https://github.com/llvm/llvm-project/commit/a851d46e07c1234a0763b4630c8475c73208e776
Author: Sami Tolvanen <samitolvanen at google.com>
Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths:
M clang/lib/Driver/SanitizerArgs.cpp
Log Message:
-----------
[Clang][Driver] Fix integer normalization with KCFI
Commit 71c7313f42d2b6063fea09854cf4fc46fd0627e1 added integer
normalization for CFI, but doesn't correctly pass the argument
with -fsanitize=kcfi. Set CfiICallNormalizeIntegers also with
SanitizerKind::KCFI to fix the issue.
More information about the All-commits
mailing list