[flang] Allow flexible name in llvm.ident (NFC) (#104543)

This commit is contained in:
Kelvin Li 2024-08-16 19:56:22 -04:00 committed by GitHub
parent 516c1a0e9a
commit 981191aa94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,4 +2,4 @@
! RUN: %flang_fc1 -emit-fir %s -o - | FileCheck %s
! CHECK: module attributes {
! CHECK-SAME: llvm.ident = "flang version {{.+}}"
! CHECK-SAME: llvm.ident = "{{.*}}flang version {{.+}}"