aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmir Ayupov <aaupov@fb.com>2023-10-18 05:30:46 -0700
committerGitHub <noreply@github.com>2023-10-18 05:30:46 -0700
commit561fcf547e07bbb2fafb0e7665d41696ff0308ab (patch)
tree42de94a88dce81fc30f243271b35d6ed36249efc
parent66c99154a130553a50e499d898ef1fba5b755dcf (diff)
downloadllvm-561fcf547e07bbb2fafb0e7665d41696ff0308ab.zip
llvm-561fcf547e07bbb2fafb0e7665d41696ff0308ab.tar.gz
llvm-561fcf547e07bbb2fafb0e7665d41696ff0308ab.tar.bz2
[BOLT][test] Update checkvma-large-section.test (#69419)
-rw-r--r--bolt/test/X86/checkvma-large-section.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/bolt/test/X86/checkvma-large-section.test b/bolt/test/X86/checkvma-large-section.test
index 36a9159..afa4411 100644
--- a/bolt/test/X86/checkvma-large-section.test
+++ b/bolt/test/X86/checkvma-large-section.test
@@ -19,7 +19,7 @@ ProgramHeaders:
Flags: [ PF_R, PF_W ]
FirstSec: .large_sec
LastSec: .large_sec
- VAddr: 0x4a0279a8
+ VAddr: 0x80000000
- Type: PT_GNU_RELRO
Flags: [ PF_R ]
Sections:
@@ -28,8 +28,8 @@ Sections:
Content: 00
AddressAlign: 0x1
- Name: .large_sec
- Type: SHT_PROGBITS
+ Type: SHT_NOBITS
Flags: [ SHF_WRITE, SHF_ALLOC ]
- Address: 0x4a0279a8
- Size: 0xdf8bb1a0
+ Address: 0x80000000
+ Size: 0x80000000
...