[llvm] r322394 - Add toothpicks to test from r322391
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 12 11:58:35 PST 2018
Author: probinson
Date: Fri Jan 12 11:58:35 2018
New Revision: 322394
URL: http://llvm.org/viewvc/llvm-project?rev=322394&view=rev
Log:
Add toothpicks to test from r322391
Modified:
llvm/trunk/test/CodeGen/Generic/dwarf-md5.ll
Modified: llvm/trunk/test/CodeGen/Generic/dwarf-md5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/dwarf-md5.ll?rev=322394&r1=322393&r2=322394&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/dwarf-md5.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/dwarf-md5.ll Fri Jan 12 11:58:35 2018
@@ -11,8 +11,8 @@
; FIXME: Need to convey the MD5 for the primary source file.
; ASM: .file "t.c"{{$}}
-; ASM: .file 1 "./t1.h" md5 "11111111111111111111111111111111"
-; ASM: .file 2 "./t2.h" md5 "22222222222222222222222222222222"
+; ASM: .file 1 ".{{/|\\\\}}t1.h" md5 "11111111111111111111111111111111"
+; ASM: .file 2 ".{{/|\\\\}}t2.h" md5 "22222222222222222222222222222222"
; OBJ-4: Dir Mod Time File Len File Name
; OBJ-4: file_names[ 1] 1 0x00000000 0x00000000 t1.h
More information about the llvm-commits
mailing list