Skip to content

Commit

Permalink
llvm: update golden test case dimodule.ll.golden to LLVM 12.0
Browse files Browse the repository at this point in the history
Updates llir/llvm#195.
  • Loading branch information
mewmew committed Jul 18, 2021
1 parent a51a7f2 commit 0fb429e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/test/Assembler/dimodule.ll.golden
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
!named = !{!0, !1, !2, !3, !4}
!named = !{!0, !1, !2, !3, !4, !5}

!0 = distinct !{}
!1 = !DIModule(scope: !0, name: "Module")
!2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include")
!3 = !DIModule(scope: !0, name: "Module")
!4 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include", apinotes: "/tmp/m.apinotes", file: !0, line: 1)
!5 = !DIModule(scope: !0, name: "Module", isDecl: true)

0 comments on commit 0fb429e

Please sign in to comment.