[flang-commits] [clang] [flang] [flang][Driver] Add -masm option to flang (PR #81490)

David Spickett via flang-commits flang-commits at lists.llvm.org
Tue Feb 13 02:08:37 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
----------------
DavidSpickett wrote:

1. Done, I forgot this wasn't actually parsing the file. So I've removed the function as well, it's not needed.
2. Don't need requires if all we're doing is using the triple name, I checked that by building without x86 and the test still works.
3. Used --target= for the run lines.

https://github.com/llvm/llvm-project/pull/81490


More information about the flang-commits mailing list