[all-commits] [llvm/llvm-project] 65f2cf: Revert "[CodeGen] -fsanitize=alignment: add cl::op...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Nov 12 22:26:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65f2cf25c36d8fd349405f83c65f7530c6fb2bb2
https://github.com/llvm/llvm-project/commit/65f2cf25c36d8fd349405f83c65f7530c6fb2bb2
Author: Fangrui Song <i at maskray.me>
Date: 2023-11-12 (Sun, 12 Nov 2023)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/catch-undef-behavior.c
Log Message:
-----------
Revert "[CodeGen] -fsanitize=alignment: add cl::opt sanitize-alignment-builtin to disable memcpy instrumentation (#69240)"
This reverts commit e8fe4de64ffb84924c41e54116a04570046eed74.
memcpy/memmove instrumentation for -fsanitize=alignment has been tested
on a huge code base. There were some cleanups but the number does not
justify a workaround.
More information about the All-commits
mailing list