forked from OSchip/llvm-project
[RISCV][DebugInfo] Fix dwarf-riscv-relocs.ll test on Windows
Windows sees DW_AT_decl_file (".\dwarf-riscv-relocs.c") while Linux sees DW_AT_decl_file ("./dwarf-riscv-relocs.c"). This fixes a failure introduced in rL366402. llvm-svn: 366410
This commit is contained in:
parent
36082e397d
commit
dad1bebecd
|
@ -26,7 +26,7 @@
|
|||
; DWARF-DUMP: DW_AT_name ("dwarf-riscv-relocs.c")
|
||||
; DWARF-DUMP: DW_AT_comp_dir (".")
|
||||
; DWARF-DUMP: DW_AT_name ("main")
|
||||
; DWARF-DUMP: DW_AT_decl_file ("./dwarf-riscv-relocs.c")
|
||||
; DWARF-DUMP: DW_AT_decl_file ("{{.*}}dwarf-riscv-relocs.c")
|
||||
; DWARF-DUMP: DW_AT_decl_line (1)
|
||||
; DWARF-DUMP: DW_AT_type (0x00000032 "int")
|
||||
; DWARF-DUMP: DW_AT_name ("int")
|
||||
|
|
Loading…
Reference in New Issue