From a520c89a4768f1e2ad7012eb70ff05357fc5e985 Mon Sep 17 00:00:00 2001 From: Russell Gallop Date: Wed, 13 May 2020 15:23:37 +0100 Subject: [PATCH] [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 --- llvm/test/DebugInfo/X86/Fortran-DIModule.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/DebugInfo/X86/Fortran-DIModule.ll b/llvm/test/DebugInfo/X86/Fortran-DIModule.ll index 0cfe696..37c46d1 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: -- 2.7.4