[flang-commits] [flang] [flang] Implement !DIR$ [NO]INLINE and FORCEINLINE directives (PR #134350)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Mon Apr 14 07:10:47 PDT 2025
================
@@ -0,0 +1,67 @@
+! RUN: %flang_fc1 -emit-llvm -o - %s | FileCheck %s
----------------
kiranchandramohan wrote:
We should sparingly use tests in the Integration directory. All tests in this directory are supposed to carry a message saying the same.
See Readme.md in this directory
https://github.com/llvm/llvm-project/pull/134350
More information about the flang-commits
mailing list