[all-commits] [llvm/llvm-project] fc011a: Fix "[compiler-rt] Avoid memintrinsic calls insert...
Marco Elver via All-commits
all-commits at lists.llvm.org
Fri Jun 2 07:28:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc011a72881cdddc95bfa61f3f38916c29b7e362
https://github.com/llvm/llvm-project/commit/fc011a72881cdddc95bfa61f3f38916c29b7e362
Author: Marco Elver <elver at google.com>
Date: 2023-06-02 (Fri, 02 Jun 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
Log Message:
-----------
Fix "[compiler-rt] Avoid memintrinsic calls inserted by the compiler"
The tests already depend on libc through various dependencies. In
addition, including C++STL inline functions may lead to ODR violations
where one version uses sanitizer_common's internal_mem*() functions, and
the other the normal memintrinsics.
More information about the All-commits
mailing list