[DebugInfo] Fix test Fortran-DIModule.ll after 678bd84c4

Was failing here:
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/32320
This commit is contained in:
Russell Gallop 2020-05-13 15:23:37 +01:00
parent fa15255d8a
commit a520c89a47
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
; This test checks attributes of a Fortran module.
; RUN: %llc_dwarf -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o - | \
; RUN: %llc_dwarf %s -filetype=obj -o - | \
; RUN: llvm-dwarfdump - | FileCheck %s
; CHECK: DW_TAG_module
; CHECK-NEXT: DW_AT_name ("dummy")
; CHECK-NEXT: DW_AT_decl_file ("/fortran/module.f90")
; CHECK-NEXT: DW_AT_decl_file ("/fortran{{[/\\]}}module.f90")
; CHECK-NEXT: DW_AT_decl_line (2)
; Generated from flang compiler, Fortran source to regenerate: