diff options
| author | Paul Robinson <paul.robinson@sony.com> | 2018-06-22 15:19:45 +0000 |
|---|---|---|
| committer | Paul Robinson <paul.robinson@sony.com> | 2018-06-22 15:19:45 +0000 |
| commit | 9b9e25d34cab0be6472800082f0bc92307da8d48 (patch) | |
| tree | 18a49d965cbb3d138c8286a0b53b9ce5e99720b0 | |
| parent | ffd0aaf810e7dbae871c046a9b3c48ae0a7d7eb0 (diff) | |
| download | bcm5719-llvm-9b9e25d34cab0be6472800082f0bc92307da8d48.tar.gz bcm5719-llvm-9b9e25d34cab0be6472800082f0bc92307da8d48.zip | |
Fix test again, try to keep all targets happy
llvm-svn: 335356
| -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" |

