[TargetVersion] Only enable on RISC-V and AArch64 (#115991)
[llvm-project.git] / bolt / test / AArch64 / Inputs / build_id.ldscript
blob0af8e960f491b358238f849265015084f9531cb0
1 SECTIONS
3   PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;
4   .note.gnu.build-id (0x400400):
5    {
6     build_id_note = ABSOLUTE(.);
7     *(.note.gnu.build-id)
8    }