llvm-project/bolt/test/Inputs
Vladislav Khmelevsky 207ea5f2e4 [BOLT] Add writable segment for allocatable sections
The golang support creates 2 new data segments, one of them contains
relocations in PIC binaries, so the section must have writable rights.
Currently BOLT creates only one new segment that contains new sections
with RX rights, now also create RW segment if there are any new writable
sections were allocated during BOLT binary processing.

Vladislav Khmelevsky,
Advanced Software Technology Lab, Huawei

Differential Revision: https://reviews.llvm.org/D143390
2023-03-15 00:06:55 +04:00
..
asm_foo.s
asm_main.c Speculatively fix build bots 2022-04-20 11:48:06 -04:00
bolt_icf.cpp
hello.c
icf_baz.c
icf_main.c
icf-jump-tables.c [BOLT][TEST] Fix test failures on AArch64 builder 2022-05-03 15:39:43 -07:00
jump_table_icp.cpp [BOLT][TEST] Fix testing on macos 2022-05-13 13:03:47 -07:00
plt.c [BOLT] Fix plt relocations symbol match 2022-04-05 15:57:26 +03:00
reorder-data-writable-ptload.fdata [BOLT] Add writable segment for allocatable sections 2023-03-15 00:06:55 +04:00
stub.c [BOLT][TEST] Fix testing on macos 2022-05-13 13:03:47 -07:00
stub.h [BOLT][TEST] Fix testing on macos 2022-05-13 13:03:47 -07:00
vararg.s