[clang] [flang] [flang] Implement -mcmodel flag (PR #95411)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 13 08:03:44 PDT 2024


================
@@ -0,0 +1,16 @@
+! RUN: %flang_fc1 -triple aarch64 -emit-llvm -mcmodel=tiny %s -o - | FileCheck %s -check-prefix=CHECK-TINY
----------------
banach-space wrote:

[nit] IMHO, using `CHECK` for prefixes in a test with multiple prefixes is just noise. Why not drop `CHECK`?

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


More information about the cfe-commits mailing list