[llvm] r322400 - Try to fix more bots after r322391

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 12:54:45 PST 2018


Author: probinson
Date: Fri Jan 12 12:54:45 2018
New Revision: 322400

URL: http://llvm.org/viewvc/llvm-project?rev=322400&view=rev
Log:
Try to fix more bots after 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=322400&r1=322399&r2=322400&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/dwarf-md5.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/dwarf-md5.ll Fri Jan 12 12:54:45 2018
@@ -10,7 +10,6 @@
 ; RUN: llvm-dwarfdump -debug-line %t5.o | FileCheck %s --check-prefix=OBJ-5
 
 ; 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"
 




More information about the llvm-commits mailing list