[all-commits] [llvm/llvm-project] b88ebb: Revert "Add CFI integer types normalization"
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Thu Feb 2 15:52:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b88ebb3d94cbd2bdf6ffd17fa7c5559579a249a2
https://github.com/llvm/llvm-project/commit/b88ebb3d94cbd2bdf6ffd17fa7c5559579a249a2
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2023-02-02 (Thu, 02 Feb 2023)
Changed paths:
M clang/docs/ControlFlowIntegrity.rst
M clang/docs/UsersManual.rst
M clang/include/clang/AST/Mangle.h
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Driver/Options.td
M clang/include/clang/Driver/SanitizerArgs.h
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/MicrosoftMangle.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/Driver/SanitizerArgs.cpp
R clang/test/CodeGen/cfi-icall-normalize.c
R clang/test/CodeGen/cfi-icall-normalize2.c
R clang/test/CodeGen/kcfi-normalize.c
Log Message:
-----------
Revert "Add CFI integer types normalization"
This reverts commit b1e9ab7438a098a18fecda88fc87ef4ccadfcf1e.
Reason: Looks like it broke the MSan buildbot, more details in the
phabricator review: https://reviews.llvm.org/D139395
More information about the All-commits
mailing list