On mips, atomic is needed for SCUDO_LINK_LIBS.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
540 ms | x64 debian > LLVM.CodeGen/AMDGPU::indirect-call.ll |
Event Timeline
Comment Actions
The target platform instead of the host platform should be tested. We may need something like COMPILER_RT_DEFAULT_TARGET_ARCH.
Comment Actions
I have created a new revision which works fine for me on mips64el, see: https://reviews.llvm.org/D126418
Let me know whether this is acceptable otherwise I'll close it again. I just want to speed up the review process since the change is trivial enough anyway.