diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/MC/ELF/dwarf-loc0.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/ELF/dwarf-loc0.s b/llvm/test/MC/ELF/dwarf-loc0.s index 59a9ce746bc..e19fa6dde06 100644 --- a/llvm/test/MC/ELF/dwarf-loc0.s +++ b/llvm/test/MC/ELF/dwarf-loc0.s @@ -7,9 +7,9 @@ .file 0 "root.cpp" .file 1 "header.h" .loc 0 10 0 - nop + .byte 0 .loc 1 20 0 - nop + .byte 0 # CHECK: file_names[ 0]: # CHECK-NEXT: name: "root.cpp" |

