5 Commits

Author SHA1 Message Date
Kirill Stoimenov
ddf4a9ce63
[test][HWASAN] Force interceptors tests for memcmp and bcmp call interceptor (#71215) 2023-11-03 13:55:52 -07:00
Vitaly Buka
3e5187ea83 Revert "[HWASAN] Enable memcpy, memmove and memset interceptors (#70387)"
Breaks build bots, details in #70387.

This reverts commit 91cdd7d615da38a1f025646f526c2fce265a37e2.
2023-10-30 21:09:21 -07:00
Kirill Stoimenov
91cdd7d615
[HWASAN] Enable memcpy, memmove and memset interceptors (#70387) 2023-10-30 15:01:21 -07:00
Thurston Dang
7b1e6851b6 [hwasan] Exclude bcmp interceptor test from Android
This fixes a buildbot breakage (e.g.,
https://lab.llvm.org/buildbot/#/builders/77/builds/31422/steps/21/logs/stdio)
that was caused by the introduction of this test
(ff1329e297).

Build error from buildbot:
/var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm-project/compiler-rt/test/hwasan/TestCases/bcmp.cpp:18:10: error: use of undeclared identifier 'bcmp'
   18 |   return bcmp(p, a, size);
2023-10-17 16:03:26 +00:00
Kirill Stoimenov
ff1329e297
[HWASAN] Add bcmp interceptor (#69257) 2023-10-16 16:09:44 -07:00