Closed kzhuravl closed 7 years ago
*During in-process linking.
Does it work if FE in-process is turned back on (for example with AMD_OCL_IN_PROCESS)? It may conflict with the diagnostic printer already created for clang.
Does it work if FE in-process is turned back on (for example with AMD_OCL_IN_PROCESS)?
Yes.
It may conflict with the diagnostic printer already created for clang.
I do not see how. The diagnostic handler is attached to the context that is created by the driver specifically for linking.
This patch fixes an internal OpenCL test.