[PATCH] D107972: [Flang] Fix build failure on MacOS
Dimitry Andric via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 12 11:15:24 PDT 2021
dim added a comment.
Thanks. This should be merged to 13.0.0, if possible.
Meanwhile, if I may take a moment of your attention, I ran into this particular error (narrowing `{-1}` to `clock_t`) while doing the 13.0.0 rc1 builds for i386-freebsd, i.e. 32-bit x86. Since I encountered a whole lot of other issues where 32 and 64 bit quantities were mixed, does it make sense at all to attempt to build flang on 32-bit systems?
My guess is that this was never a goal, and 64 bit systems (i.e. LP64) are really the only support targets?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107972/new/
https://reviews.llvm.org/D107972
More information about the llvm-commits
mailing list