[clang] [flang] [flang] Expose -m64 option (PR #132409)
Kiran Chandramohan via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 30 02:11:46 PDT 2025
kiranchandramohan wrote:
> @JDPailleux @kiranchandramohan We are planning to add support for flang to compile 32-bit application as well as building 32-bit flang-rt on AIX. The first thing would be to enable `-m32` for flang in the driver. I saw Kiran's comment. Would it be possible to make `-m32` available in the driver but disable it in front_end if desired?
When you start working on 32-bit flang-rt support, you should feel free to add the `-m32` flag to the driver.
https://github.com/llvm/llvm-project/pull/132409
More information about the cfe-commits
mailing list