[llvm-dev] [compiler-rt][msan] msan tests failing on AArch64
David Greene via llvm-dev
llvm-dev at lists.llvm.org
Thu Oct 25 06:41:24 PDT 2018
Adhemerval Zanella via llvm-dev <llvm-dev at lists.llvm.org> writes:
> This seems to be printed by InitShadow and it is an initialization routine
> which runs on all msan enabled binaries. The only issue I think is runtime
> is set __msan_track_origins by -msan-track-origins=1 option and unfortunately
> it does not seem to be stressed in any testcase. Is it the case on this binary
> you are testing?
These are existing tests in the repository. I don't see
-msan-track-origins set in the RUN lines so that can't be the only thing
that enables this message.
-David
More information about the llvm-dev
mailing list