[llvm] [RFC] Memory Model Relaxation Annotations (PR #78569)
Kamau Bridgeman via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 07:27:54 PDT 2024
kamaub wrote:
Ah I see you fixed the unused variable shortly after with https://github.com/llvm/llvm-project/commit/806db47b060b6e70cc71ee5ce8052829f85e6469, thank you, unfortunately that allowed the second error: in `llvm/unittests/IR/MemoryModelRelaxationAnnotationsTest.cpp`, to show up on all 3 bots, see the latest build:
https://lab.llvm.org/buildbot/#/builders/57/builds/34553/steps/7/logs/stdio
https://lab.llvm.org/buildbot/#/builders/214/builds/11991/steps/6/logs/stdio
https://github.com/llvm/llvm-project/pull/78569
More information about the llvm-commits
mailing list