[all-commits] [llvm/llvm-project] f5e248: msan: update shadow constant in strlen_of_shadow test
thurstond via All-commits
all-commits at lists.llvm.org
Wed Nov 30 09:41:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5e2481b42fb4539232b5621adcfc03d2eeb4eb7
https://github.com/llvm/llvm-project/commit/f5e2481b42fb4539232b5621adcfc03d2eeb4eb7
Author: Thurston Dang <thurston at google.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M compiler-rt/test/msan/strlen_of_shadow.cpp
Log Message:
-----------
msan: update shadow constant in strlen_of_shadow test
strlen_of_shadow hardcodes the mem-to-shadow
constant. That constant was changed in D137666;
this CL updates the test accordingly.
(Other tests will be updated separately.)
Differential Revision: https://reviews.llvm.org/D139027
More information about the All-commits
mailing list