[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 Oct 16 11:30:07 PDT 2022
dim added a subscriber: brooks.
dim added a comment.
@brooks btw didn't you encounter this problem during llvm-devel port builds ? E.g. it dies with:
In file included from /share/dim/src/llvm/release-15/compiler-rt/lib/builtins/truncsfbf2.c:11:
In file included from /share/dim/src/llvm/release-15/compiler-rt/lib/builtins/fp_trunc_impl.inc:39:
/share/dim/src/llvm/release-15/compiler-rt/lib/builtins/fp_trunc.h:63:9: error: __bf16 is not supported on this target
typedef __bf16 dst_t;
^
and similar errors for the float16 support.
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