Fix "[compiler-rt] Avoid memintrinsic calls inserted by the compiler"
authorMarco Elver <elver@google.com>
Fri, 2 Jun 2023 14:15:31 +0000 (16:15 +0200)
committerMarco Elver <elver@google.com>
Fri, 2 Jun 2023 14:25:32 +0000 (16:25 +0200)
commitfc011a72881cdddc95bfa61f3f38916c29b7e362
treed575023dc265045e59a3a6ffe97720ea6f459606
parentbb9b12907e2d08e0915813b3aaf56a3b7a4ffd0b
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.
compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt