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

Unified Diff: tests_lit/llvm2ice_tests/elf_container.ll

Issue 1442753008: Reserve space for scalar FP returns in the stack frame (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review comments Created 5 years, 1 month 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 | « tests_lit/llvm2ice_tests/commutativity.ll ('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 4d4a12f69e709087079164953466b10e165b98d4..734b5fccca227643f610d18b53b55bbcfaa479d1 100644
--- a/tests_lit/llvm2ice_tests/elf_container.ll
+++ b/tests_lit/llvm2ice_tests/elf_container.ll
@@ -386,11 +386,11 @@ define void @_start(i32) {
; CHECK: Relocations [
; CHECK: Section ({{[0-9]+}}) .rel.text {
-; CHECK: 0x4 R_386_32 .L$float$80000000 0x0
-; CHECK: 0xC R_386_32 .L$float$3f9d70a0 0x0
-; CHECK: 0x24 R_386_32 .L$double$ffffffffffffffff 0x0
-; CHECK: 0x2C R_386_32 .L$double$fff7ffffffffffff 0x0
-; CHECK: 0x34 R_386_32 .L$double$fff8000000000003 0x0
+; CHECK: 0x7 R_386_32 .L$float$80000000 0x0
+; CHECK: 0xF R_386_32 .L$float$3f9d70a0 0x0
+; CHECK: 0x27 R_386_32 .L$double$ffffffffffffffff 0x0
+; CHECK: 0x2F R_386_32 .L$double$fff7ffffffffffff 0x0
+; CHECK: 0x37 R_386_32 .L$double$fff8000000000003 0x0
; CHECK: 0x{{.*}} R_386_PC32 memcpy
; CHECK: 0x{{.*}} R_386_PC32 memset
; CHECK: 0x{{.*}} R_386_PC32 external_foo
« no previous file with comments | « tests_lit/llvm2ice_tests/commutativity.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698