add linker script to QA builds (#1030)

This commit is contained in:
Illia Silin
2023-11-08 17:53:45 -08:00
committed by GitHub
parent 3af8c81a72
commit 68f2b5e7c7
2 changed files with 8 additions and 1 deletions

7
script/hip_fatbin_insert Normal file
View File

@@ -0,0 +1,7 @@
SECTIONS {
.hipFatBinSegment : { *(.hipFatBinSegment) }
} INSERT AFTER .bss
SECTIONS {
.hip_fatbin : { *(.hip_fatbin) }
} INSERT AFTER .hipFatBinSegment