Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPUSplitModule.cpp
Siu Chi Chan 83ad90d851 [AMDGPU] Fix module split's assumption on kernels
Module split assumes that a kernel function must have an external
linkage; however, that isn't the case.  For example, a static kernel
function will have a weak_odr linkage

Change-Id: I1e5dee0de1fd866b365f4090a574e1b2961f8dca
2024-12-06 22:56:31 +00:00

54 KiB