clover: Don't use llvm's global context
An LLVMContext should only be accessed by a single and using the global context was causing crashes in multi-threaded environments. Now we use a separate context for each compile. Reviewed-by:Francisco Jerez <currojerez@riseup.net> CC: "10.1 10.2" <mesa-stable@lists.freedesktop.org> (cherry picked from commit 4aa128a1)
Loading
Please register or sign in to comment