[Mlir-commits] [llvm] [mlir] [mlir][emitc] Add support for C-API/python binding to EmitC dialect (PR #119476)
Maksim Levental
llvmlistbot at llvm.org
Wed Dec 11 23:33:42 PST 2024
makslevental wrote:
> > > LLVM Buildbot has detected a new failure on builder `sanitizer-x86_64-linux-bootstrap-msan` running on `sanitizer-buildbot6` while building `mlir` at step 2 "annotate".
> > > Full details are available at: https://lab.llvm.org/buildbot/#/builders/164/builds/5444
> >
> >
> > Looks unrelated
>
> Thank you for double checking. I looked at the error as soon as I got the notification but also found it unrelated. What should I do in those situations? Is posting a comment stating that it seems unrelated enough? Just trying to make sure I'm following the proper contribution guidelines.
You can ignore it if you're reasonably sure it's unrelated. The tests can be flaky (especially ASAN for some reason 🤷♀️). Sometimes it persists and it turns out it's not a flake (just just logs are misreporting). At that point you either "fix-forward" (push a change quickly you know will fix) or revert. But either way it's not the end of the world - it happens fairly often that the build is broken and then gets fixed.
https://github.com/llvm/llvm-project/pull/119476
More information about the Mlir-commits
mailing list