clang based toolchain can support all of arm, armhf and armv6m architectures which will break compilation of compiler-rt libraries when arm or armv6m is tested after armhf, because latter is adding --DCOMPILER_RT_ARMHF_TARGET.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, I think this seems reasonable.
Maybe it'd be good to wait for a little while (e.g. one working day?) if someone else wants to comment something, but to me it seems correct.