2
0

SWDEV-351609 - Updating the right structure with file info.

Change-Id: Ia4e1195df0669450162b2df4de50197ff27cfcae


[ROCm/clr commit: f15016227b]
Este cometimento está contido em:
kjayapra-amd
2022-08-16 19:09:04 -07:00
cometido por Karthik Jayaprakash
ascendente a20fb7d571
cometimento 7eecd3e27f
+1 -1
Ver ficheiro
@@ -536,7 +536,7 @@ bool RTCLinkProgram::AddLinkerFile(std::string file_path, hiprtcJITInputType inp
llvm_bitcode.assign(link_file_info.begin() + co_offset,
link_file_info.begin() + co_offset + co_size);
} else {
llvm_bitcode.assign(link_file_name.begin(), link_file_name.end());
llvm_bitcode.assign(link_file_info.begin(), link_file_info.end());
}
amd_comgr_data_kind_t data_kind;