Skip to content
Snippets Groups Projects
Commit d9471564 authored by Tom Stellard's avatar Tom Stellard Committed by Carl Worth
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>
(cherry picked from commit 4aa128a1)
parent bf50129b
No related branches found
No related tags found
Loading
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