[PATCH] D24035: [AMDGPU] Printf runtime binding pass
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 18:10:57 PDT 2019
rampitec added a comment.
In D24035#1626346 <https://reviews.llvm.org/D24035#1626346>, @eugenis wrote:
> It's a bit hard to use, you need to build libcxx/libcxxabi with msan as well.
> See here:
> https://github.com/google/sanitizers/wiki/MemorySanitizerBootstrappingClang
>
> I've started a build with track-origins here:
> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap-msan/builds/14114
> It could give more information.
This is really complicated, I did not manage to do it in a short time. However, what was written on that line did not make any sense to me anyway.
Hence the change changing the loop, its iterator and the whole offended line: rL368645 <https://reviews.llvm.org/rL368645>
I believe it should fix the issue.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D24035/new/
https://reviews.llvm.org/D24035
More information about the llvm-commits
mailing list