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

Diana Picus via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Sep 16 01:26:29 PDT 2022


rovka added a comment.

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>) ?


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