[PATCH] D136044: [compiler-rt][builtins] Skip building (b)float16 support on i386-freebsd

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 16 12:43:12 PDT 2022


arichardson added a comment.

What is being done for things like 64bit atomics and int128 support? Surely that will have the same problem?

It sounds to me like the configure check should be redone with -m32 instead of adding an os-specific workaround


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