[clang] [flang] [flang][Driver] Add -masm option to flang (PR #81490)
Andrzej WarzyĆski via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 12 12:51:36 PST 2024
================
@@ -0,0 +1,13 @@
+// RUN: %flang -target x86_64-unknown-linux -masm=intel -S %s -### 2>&1 | FileCheck --check-prefix=CHECK-INTEL %s
----------------
banach-space wrote:
1. Use Fortran style comments :)
2. Missing requires?
https://github.com/llvm/llvm-project/pull/81490
More information about the cfe-commits
mailing list