[Mlir-commits] [flang] [mlir] [flang][mlir] Add llvm.ident metadata when compiling with flang (PR #102506)

Christian Ulmann llvmlistbot at llvm.org
Fri Aug 9 02:07:26 PDT 2024


================
@@ -0,0 +1,6 @@
+; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
+
+; CHECK: module attributes {
+; CHECK-SAME: "flang version 61.7.4"
----------------
Dinistro wrote:

Nit: maybe check that this is indeed imported as `llvm.ident` and not some other string.

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


More information about the Mlir-commits mailing list