forked from OSchip/llvm-project
[ELF] - Fixed string encoding in test. NFC.
llvm-svn: 282497
This commit is contained in:
parent
abe4ca7c02
commit
3150799859
|
@ -17,7 +17,7 @@ _start:
|
|||
.Linfo_string1:
|
||||
.asciz "BBB"
|
||||
.Linfo_string2:
|
||||
.asciz "ムムム"
|
||||
.asciz "CCC"
|
||||
|
||||
.section .debug_info,"",@progbits
|
||||
.long .Linfo_string0
|
||||
|
|
Loading…
Reference in New Issue