Skip to content
Snippets Groups Projects
Commit 4aa128a1 authored by Tom Stellard's avatar Tom Stellard
Browse files

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: default avatarFrancisco Jerez <currojerez@riseup.net>

CC: "10.1 10.2" <mesa-stable@lists.freedesktop.org>
parent 0cc391f0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment