diff options
Diffstat (limited to 'test/ELF/lto/undefined-puts.ll')
-rw-r--r-- | test/ELF/lto/undefined-puts.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/lto/undefined-puts.ll b/test/ELF/lto/undefined-puts.ll index 07b2b4ef64145..d13630368de90 100644 --- a/test/ELF/lto/undefined-puts.ll +++ b/test/ELF/lto/undefined-puts.ll @@ -20,7 +20,7 @@ declare i32 @printf(i8*, ...) ; Check that puts symbol is present in the dynamic symbol table and ; there's a relocation for it. ; CHECK: Dynamic Relocations { -; CHECK-NEXT: 0x203018 R_X86_64_JUMP_SLOT puts 0x0 +; CHECK-NEXT: 0x202018 R_X86_64_JUMP_SLOT puts 0x0 ; CHECK-NEXT: } ; CHECK: DynamicSymbols [ |