[PATCH] D119332: [flang] Add Win32 to the list of supported triples
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 00:21:15 PST 2022
rovka added inline comments.
================
Comment at: flang/lib/Optimizer/CodeGen/Target.cpp:275
case llvm::Triple::OSType::Linux:
case llvm::Triple::OSType::Darwin:
return std::make_unique<TargetAArch64>(ctx, std::move(trp),
----------------
While you're at it, can you please also add it to AArch64? We can compile a hello world on Windows on AArch64 with something like this on top of fir-dev (I have it [[ https://github.com/rovka/f18-llvm-project/commit/8a047d1244bfd8d52888f0d055cbf98460878f8c | here ]]; I haven't looked into ABI stuff yet but at least the basics are in place).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119332/new/
https://reviews.llvm.org/D119332
More information about the llvm-commits
mailing list