[llvm] a520c89 - [DebugInfo] Fix test Fortran-DIModule.ll after 678bd84c4
Russell Gallop via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 07:27:57 PDT 2020
Author: Russell Gallop
Date: 2020-05-13T15:27:44+01:00
New Revision: a520c89a4768f1e2ad7012eb70ff05357fc5e985
URL: https://github.com/llvm/llvm-project/commit/a520c89a4768f1e2ad7012eb70ff05357fc5e985
DIFF: https://github.com/llvm/llvm-project/commit/a520c89a4768f1e2ad7012eb70ff05357fc5e985.diff
LOG: [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
Added:
Modified:
llvm/test/DebugInfo/X86/Fortran-DIModule.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/X86/Fortran-DIModule.ll b/llvm/test/DebugInfo/X86/Fortran-DIModule.ll
index 0cfe69637dd0..37c46d1d02e8 100644
--- a/llvm/test/DebugInfo/X86/Fortran-DIModule.ll
+++ b/llvm/test/DebugInfo/X86/Fortran-DIModule.ll
@@ -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:
More information about the llvm-commits
mailing list