[lld] r282497 - [ELF] - Fixed string encoding in test. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 08:58:32 PDT 2016
Author: grimar
Date: Tue Sep 27 10:58:31 2016
New Revision: 282497
URL: http://llvm.org/viewvc/llvm-project?rev=282497&view=rev
Log:
[ELF] - Fixed string encoding in test. NFC.
Modified:
lld/trunk/test/ELF/debug-gc.s
Modified: lld/trunk/test/ELF/debug-gc.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/debug-gc.s?rev=282497&r1=282496&r2=282497&view=diff
==============================================================================
--- lld/trunk/test/ELF/debug-gc.s (original)
+++ lld/trunk/test/ELF/debug-gc.s Tue Sep 27 10:58:31 2016
@@ -17,7 +17,7 @@ _start:
.Linfo_string1:
.asciz "BBB"
.Linfo_string2:
- .asciz "ÑÑÑ"
+ .asciz "CCC"
.section .debug_info,"", at progbits
.long .Linfo_string0
More information about the llvm-commits
mailing list