[compiler-rt] [compiler-rt] Implement `DumpAllRegisters` for arm-linux and aarch64-linux (PR #99613)
Dmitry Chestnykh via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 07:51:59 PDT 2024
chestnykh wrote:
> Heya, looks like this is still broken on our Android buildbot. https://lab.llvm.org/buildbot/#/builders/186/builds/889 has your fix patch ([558a895](https://github.com/llvm/llvm-project/commit/558a8953680fd03bdd49a6708f3ea82d82328769)) but unfortunately still broken there. I'll roll back both just to bring the bot back online, if you need extra help with debugging let me know.
>
> A short version of how to repro that bot is https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild and use `buildbot_android.sh` in the zorg. Given it's a build issue you should be able to find it without having an Android device.
You unfortunately reverted the fix to another build issue (Moving `#endif` to correct place). I will revert your revert and merge the fix for `-Wmacro-redefined` error
https://github.com/llvm/llvm-project/pull/99613
More information about the llvm-commits
mailing list