[flang-commits] [clang] [flang] [flang] Expose -m32 and -m64 options (PR #132409)
Jean-Didier PAILLEUX via flang-commits
flang-commits at lists.llvm.org
Thu Mar 27 05:42:12 PDT 2025
================
@@ -0,0 +1,4 @@
+! Check support of -m64.
+! RUN: %flang -target i386-pc-win32 -m64 -### - %s 2>&1 | FileCheck -check-prefix=M64 %s
+
+! M64: "-triple" "{{[^-]+}}64-{{.*}}"
----------------
JDPailleux wrote:
Ok :-)
https://github.com/llvm/llvm-project/pull/132409
More information about the flang-commits
mailing list