[PATCH] D44926: Add msan custom mapping options
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 28 14:17:02 PDT 2018
eugenis requested changes to this revision.
eugenis added a comment.
This revision now requires changes to proceed.
Actually, no. The test does not pass, not even close.
This check:
; CHECK-BASE-NOT: ret
is tripped by this line:
call void @__msan_warning_noreturn()
This check:
; CHECK-BASE: load{{.*}}3735928559
does not match because we never load from shadow base; we use it in "add".
Please make sure the test passes.
Repository:
rL LLVM
https://reviews.llvm.org/D44926
More information about the llvm-commits
mailing list