Add OpenBSD, FreeBSD, NetBSD and DragonFly to the aarch64 / x86 and x86_64 targets as appropriate.
Fixes 53 tests.
Differential D133554
[flang] Add *BSD support to Optimizer/CodeGen/Target.cpp brad on Sep 9 2022, 12:57 AM. Authored by
Details
Diff Detail
Event TimelineComment Actions Hi, I have a couple of questions:
Comment Actions
Comment Actions This patch is fine but I do not know why there are these OS dispatches. If Linux is allowed, it seems to me that all ELF based OSes should be allowed as well. Comment Actions The ELF operating systems have identical codegen behaviors since they follow the same ABI documents: System V Application Binary Interface + Processor Supplementary ABIs. |