[PATCH] D159089: [BOLT][RISCV] Add support for linker relaxation

Job Noorman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 8 14:51:08 PDT 2023


jobnoorman added a comment.

In D159089#4653401 <https://reviews.llvm.org/D159089#4653401>, @yota9 wrote:

> It seems to be that on some of the buildbots the test is failing for some reason e.g. https://lab.llvm.org/buildbot/#/builders/221/builds/19162/steps/8/logs/FAIL__BOLT__relax_s

Welp, that test has been broken for a while it seems... Looks like the first failing commit is c1ce21b450fd9607c3b44acd520f4e449c6a9a89 <https://reviews.llvm.org/rGc1ce21b450fd9607c3b44acd520f4e449c6a9a89> but I don't see why that could be relevant. Did something else change on the build bot (e.g., clang/lld version?). Do you have a way to reproduce this? (It works locally for me.) If you do, it would be very helpful if you could send me all the intermediary files of that test so that I can try to debug this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159089/new/

https://reviews.llvm.org/D159089



More information about the llvm-commits mailing list