Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: tests_lit/llvm2ice_tests/elf_container.ll

Issue 1069453003: Subzero: Deterministically sort constant pool entries. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceGlobalContext.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/elf_container.ll
diff --git a/tests_lit/llvm2ice_tests/elf_container.ll b/tests_lit/llvm2ice_tests/elf_container.ll
index aff0cf5cd8e312fc29aba61192e23a133a918f88..cb942441e190258a651b8a5b924834f96f9f8f03 100644
--- a/tests_lit/llvm2ice_tests/elf_container.ll
+++ b/tests_lit/llvm2ice_tests/elf_container.ll
@@ -311,7 +311,7 @@ define void @_start(i32) {
; CHECK: AddressAlignment: 4
; CHECK: EntrySize: 4
; CHECK: SectionData (
-; CHECK: 0000: A0709D3F 00000080
+; CHECK: 0000: 00000080 A0709D3F
; CHECK: )
; CHECK: }
; CHECK: Section {
@@ -438,7 +438,7 @@ define void @_start(i32) {
; CHECK-NEXT: }
; CHECK: Symbol {
; CHECK: Name: .L$float$0
-; CHECK-NEXT: Value: 0x4
+; CHECK-NEXT: Value: 0x0
; CHECK-NEXT: Size: 0
; CHECK-NEXT: Binding: Local (0x0)
; CHECK-NEXT: Type: None (0x0)
@@ -447,7 +447,7 @@ define void @_start(i32) {
; CHECK-NEXT: }
; CHECK: Symbol {
; CHECK: Name: .L$float$1
-; CHECK-NEXT: Value: 0x0
+; CHECK-NEXT: Value: 0x4
; CHECK-NEXT: Size: 0
; CHECK-NEXT: Binding: Local (0x0)
; CHECK-NEXT: Type: None (0x0)
« no previous file with comments | « src/IceGlobalContext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698