diff options
Diffstat (limited to 'llvm/test/MC/ELF/debug-mixed-md5.ll')
-rw-r--r-- | llvm/test/MC/ELF/debug-mixed-md5.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/debug-mixed-md5.ll b/llvm/test/MC/ELF/debug-mixed-md5.ll index d48e42c8d12..2ec8141325f 100644 --- a/llvm/test/MC/ELF/debug-mixed-md5.ll +++ b/llvm/test/MC/ELF/debug-mixed-md5.ll @@ -1,7 +1,8 @@ ; RUN: %llc_dwarf -filetype=asm -dwarf-version=5 %s -o - | FileCheck %s -check-prefix=ASM ; RUN: %llc_dwarf -filetype=obj -dwarf-version=5 %s -o - | llvm-dwarfdump -debug-line - | FileCheck %s -check-prefix=OBJ ; ASM: .file 0 "{{.+}}" md5 -; ASM: .file 1 "t1.cpp" +; ASM: .file 1 "{{.+}}" md5 +; ASM: .file 2 "t1.cpp" ; ASM-NOT: md5 ; OBJ: file_names[ 0]: ; OBJ-NOT: md5 |