diff options
author | Paul Robinson <paul.robinson@sony.com> | 2018-01-12 20:54:45 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2018-01-12 20:54:45 +0000 |
commit | 1879cb0b42c8462069cce205d64b3cc6b8923f07 (patch) | |
tree | d5e44adea429972afbf7c74f87b3d7c9404c682e /llvm/test/CodeGen/Generic | |
parent | d6b30fffda4700178f537098b1788c2ab1c0321d (diff) | |
download | bcm5719-llvm-1879cb0b42c8462069cce205d64b3cc6b8923f07.tar.gz bcm5719-llvm-1879cb0b42c8462069cce205d64b3cc6b8923f07.zip |
Try to fix more bots after r322391
llvm-svn: 322400
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r-- | llvm/test/CodeGen/Generic/dwarf-md5.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/dwarf-md5.ll b/llvm/test/CodeGen/Generic/dwarf-md5.ll index 696c2255a84..1113dcc769b 100644 --- a/llvm/test/CodeGen/Generic/dwarf-md5.ll +++ b/llvm/test/CodeGen/Generic/dwarf-md5.ll @@ -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" |