[llvm] 0942e2e - Fix path on Windows for test modified in daad48d.
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 25 20:31:15 PDT 2023
Author: Douglas Yung
Date: 2023-04-25T20:31:04-07:00
New Revision: 0942e2eca1c3295296286c9c2464112a7d647b65
URL: https://github.com/llvm/llvm-project/commit/0942e2eca1c3295296286c9c2464112a7d647b65
DIFF: https://github.com/llvm/llvm-project/commit/0942e2eca1c3295296286c9c2464112a7d647b65.diff
LOG: Fix path on Windows for test modified in daad48d.
This should fix the failure on the PS5 Windows build bot.
Added:
Modified:
llvm/test/MC/ELF/debug-prefix-map.s
Removed:
################################################################################
diff --git a/llvm/test/MC/ELF/debug-prefix-map.s b/llvm/test/MC/ELF/debug-prefix-map.s
index 6e054d6b231e4..2f47022d9867e 100644
--- a/llvm/test/MC/ELF/debug-prefix-map.s
+++ b/llvm/test/MC/ELF/debug-prefix-map.s
@@ -51,5 +51,5 @@ f:
# MAPABS_V5: DW_AT_decl_file [DW_FORM_data4] ("/src_root{{(/|\\)+}}src.s")
# MAPABS_V5: include_directories[ 0] = .debug_line_str[0x00000000] = "/src_root"
-# MAPABS_V5_A: DW_AT_comp_dir [DW_FORM_string] ("{{(/|\\)+}}src_root/bar")
+# MAPABS_V5_A: DW_AT_comp_dir [DW_FORM_string] ("{{(/|\\)+}}src_root{{(/|\\)+}}bar")
# MAPABS_V5_A: DW_AT_decl_file [DW_FORM_data4] ("/src_root{{(/|\\)+}}bar{{(/|\\)+}}src.s")
More information about the llvm-commits
mailing list