[compiler-rt] [HWASAN]Implement memcmp interceptor in HWASAN (PR #67204)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 29 16:02:32 PDT 2023
================
@@ -25,6 +25,5 @@ int main(int argc, char **argv) {
// CHECK: HWAddressSanitizer: tag-mismatch on address
// CHECK: MemcmpInterceptorCommon
----------------
vitalybuka wrote:
and you can break optimizations with volatile vars
https://github.com/llvm/llvm-project/pull/67204
More information about the llvm-commits
mailing list