[PATCH] D136044: [compiler-rt][builtins] Skip building (b)float16 support on i386-freebsd
Dimitry Andric via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 22 13:07:53 PST 2023
dim added a comment.
Btw these changes are independent of whether `-m32` is used or not, they only check `${arch}`. So if compiler-rt is ever changed to go over all support arches with e.g. `-target x-y-z`, this change would still work as-is. I'm mostly interested in getting the out-of-the-box build going on FreeBSD again, as it has been broken since 15.0.0.
Note also that the changes in D114473 <https://reviews.llvm.org/D114473> seem to only have an effect on libc++, so they won't affect this change either.
If there are no more objections, I will go and and commit this now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136044/new/
https://reviews.llvm.org/D136044
More information about the llvm-commits
mailing list