Skip to content

Commit

Permalink
[flang] Allow flexible name in llvm.ident (NFC) (llvm#104543)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkwli authored Aug 16, 2024
1 parent 516c1a0 commit 981191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/test/Lower/ident.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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 {{.+}}"

0 comments on commit 981191a

Please sign in to comment.