summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-11-05 11:52:44 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-11-05 11:52:44 +0000
commitc25c90897781f116d5dbabab170bafcf65900fa7 (patch)
treea6624495facbcb2075f51f1f14ef453fab1b8a22 /test/CodeGen/X86
parent336b88dac8054d6ed6cda6d6198b7d4bb026b3e1 (diff)
downloadllvm-c25c90897781f116d5dbabab170bafcf65900fa7.tar.gz
llvm-c25c90897781f116d5dbabab170bafcf65900fa7.tar.bz2
llvm-c25c90897781f116d5dbabab170bafcf65900fa7.tar.xz
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 encoding from the DWARF asm printer.
As a side effect we now print dwarf ulebs with .ascii directives. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r--test/CodeGen/X86/2010-06-28-DbgEntryPC.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll b/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll
index b9b538a4c9..628790cd71 100644
--- a/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll
+++ b/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll
@@ -16,7 +16,7 @@
; CHECK-NEXT: .byte 6 ## DW_FORM_data4
; CHECK-NEXT: .byte 27 ## DW_AT_comp_dir
; CHECK-NEXT: .byte 14 ## DW_FORM_strp
-; CHECK-NEXT: .byte 225 ## DW_AT_APPLE_optimized
+; CHECK-NEXT: .ascii "\341\177" ## DW_AT_APPLE_optimized
%struct.a = type { i32, %struct.a* }