[PATCH] D136044: [compiler-rt][builtins] Skip building (b)float16 support on i386-freebsd
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 17 03:42:32 PST 2022
pengfei added a comment.
In D136044#3933375 <https://reviews.llvm.org/D136044#3933375>, @arichardson wrote:
> D114473 <https://reviews.llvm.org/D114473> removed support for -m32 for the other runtimes - I feel like compiler-rt should probably do the same thing as well since fixing all of these assumptions that "-m32 supports the same features" would require prefixing every check.
Sounds good.
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