e4e9110f97046a01b687b201da3f7b0e8ac3a719
CMake doesn't handle linker export files in a general way well. On Windows it is able to recognize a .def file and pass it to the linker. Unfortunately it cannot do the same thing on Linux, so we have to manually specify it. Note that CMake can't recognize the current Windows export file due to the .in suffix, hence why the amdhip.def file is being added. The hip_hcc.def.in file will be removed later, as the Makefile build still uses it. Change-Id: Id3e4645c95959e13f50efd88bc43f3a1d3e50d58
Description
Aucune description fournie
Langue
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Autre
1.1%