[all-commits] [llvm/llvm-project] 647300: [libc][NFC] Move sanitizer to macros folder
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Feb 7 03:14:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6473009502e20ba0f861f13cc1bccffcc17c5161
https://github.com/llvm/llvm-project/commit/6473009502e20ba0f861f13cc1bccffcc17c5161
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M libc/src/__support/CMakeLists.txt
M libc/src/__support/FPUtil/x86_64/FEnvImpl.h
A libc/src/__support/macros/sanitizer.h
R libc/src/__support/sanitizer.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Move sanitizer to macros folder
Commit: f6d9972291a099d44a24f9849025d7be9c6c878d
https://github.com/llvm/llvm-project/commit/f6d9972291a099d44a24f9849025d7be9c6c878d
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M libc/src/__support/CPP/bit.h
M libc/src/__support/builtin_wrappers.h
M libc/src/__support/macros/compiler_features.h
M libc/src/__support/macros/sanitizer.h
M libc/src/string/memory_utils/bcmp_implementations.h
M libc/src/string/memory_utils/memcmp_implementations.h
M libc/src/string/memory_utils/memcpy_implementations.h
M libc/src/string/memory_utils/memmove_implementations.h
M libc/src/string/memory_utils/memset_implementations.h
M libc/src/string/memory_utils/op_generic.h
M libc/src/string/memory_utils/utils.h
M libc/test/src/string/memory_utils/memory_check_utils.h
Log Message:
-----------
[libc][NFC] Rename compiler_feature macros
Compare: https://github.com/llvm/llvm-project/compare/385992105ef7...f6d9972291a0
More information about the All-commits
mailing list