diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-07-20 08:07:33 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-07-20 08:07:33 +0000 |
commit | c2c7d1548661dcf68afce2e5111d58ec4914082f (patch) | |
tree | b14e1bd5ac9894315303618b0ae3ada143d77805 | |
parent | f7d1805171cf80f231d39e31aad9de70d7a413e5 (diff) | |
download | bcm5719-llvm-c2c7d1548661dcf68afce2e5111d58ec4914082f.tar.gz bcm5719-llvm-c2c7d1548661dcf68afce2e5111d58ec4914082f.zip |
[ELF] - Fix mistypes in test cases.
llvm-svn: 337528
-rw-r--r-- | lld/test/ELF/eh-frame-value-format2.s | 2 | ||||
-rw-r--r-- | lld/test/ELF/eh-frame-value-format6.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/eh-frame-value-format2.s b/lld/test/ELF/eh-frame-value-format2.s index 52bba25010d..6d2d82e267c 100644 --- a/lld/test/ELF/eh-frame-value-format2.s +++ b/lld/test/ELF/eh-frame-value-format2.s @@ -22,7 +22,7 @@ .byte 0x01 # LEB128 .byte 0x01 # LEB128 - .byte 0x04 # DW_EH_PE_sdata8 + .byte 0x0C # DW_EH_PE_sdata8 .byte 0xFF .byte 0xFF .byte 0xFF diff --git a/lld/test/ELF/eh-frame-value-format6.s b/lld/test/ELF/eh-frame-value-format6.s index fd5b35a8b05..ee76fa7a050 100644 --- a/lld/test/ELF/eh-frame-value-format6.s +++ b/lld/test/ELF/eh-frame-value-format6.s @@ -22,7 +22,7 @@ .byte 0x01 # LEB128 .byte 0x01 # LEB128 - .byte 0x08 # DW_EH_PE_signed + .byte 0x00 # DW_EH_PE_absptr .byte 0xFF .byte 0xFF .byte 0xFF |