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

Unified Diff: tests_lit/llvm2ice_tests/elf_function_sections.ll

Issue 1472623002: Unify alloca, outgoing arg, and prolog construction (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review fixes. Also removed StackAdjustment. 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/ebp_args.ll ('k') | tests_lit/llvm2ice_tests/elf_nodata.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/elf_function_sections.ll
diff --git a/tests_lit/llvm2ice_tests/elf_function_sections.ll b/tests_lit/llvm2ice_tests/elf_function_sections.ll
index 6a558903063ac139325b43cb8e478b1af56a1027..4f38e3308d1010c4c3d21f1a2cb2f89aedf16123 100644
--- a/tests_lit/llvm2ice_tests/elf_function_sections.ll
+++ b/tests_lit/llvm2ice_tests/elf_function_sections.ll
@@ -77,13 +77,13 @@ define void @_start(i32 %x) {
; CHECK: Relocations [
; CHECK: Section ({{[0-9]+}}) .rel.text.foo {
-; CHECK: 0x21 R_386_PC32 memcpy 0x0
+; CHECK: 0x1E R_386_PC32 memcpy 0x0
; CHECK: }
; Relocation can be against the start of the section or
; the function's symbol itself.
; CHECK: Section ({{[0-9]+}}) .rel.text._start {
-; CHECK: 0x13 R_386_PC32 {{.*}}bar 0x0
-; CHECK: 0x25 R_386_PC32 {{.*}}foo 0x0
+; CHECK: 0x10 R_386_PC32 {{.*}}bar 0x0
+; CHECK: 0x1C R_386_PC32 {{.*}}foo 0x0
; CHECK: }
; CHECK: ]
« no previous file with comments | « tests_lit/llvm2ice_tests/ebp_args.ll ('k') | tests_lit/llvm2ice_tests/elf_nodata.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698