[flang-commits] [PATCH] D133554: [flang] Add *BSD support to Optimizer/CodeGen/Target.cpp

Brad Smith via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Oct 3 11:37:12 PDT 2022


brad added a comment.

In D133554#3794660 <https://reviews.llvm.org/D133554#3794660>, @rovka wrote:

> Hi, I have a couple of questions:
>
> - Are you actually testing on all these platforms? I don't think I've seen any BSD binaries for LLVM 15.
> - Do you plan to add any buildbots with flang on *BSD?
> - How different is the ABI from plain Linux? Will you need any changes in the handling of Complex / Character types (see the target-rewrite-* tests like this one <https://github.com/llvm/llvm-project/blob/main/flang/test/Fir/target-rewrite-complex.fir>) ?



- I am only testing on OpenBSD. I see there was a bootstrapping issue with 15 on FreeBSD due to an issue with libc++ and their libc++ ABI library.
- I think there is work on going to create a CI bot for FreeBSD to build libc++ due to the bootstrapping issue. Maybe that CI bot could have a build as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133554/new/

https://reviews.llvm.org/D133554



More information about the flang-commits mailing list