[Mesa-dev] Mesa (master): gallivm: Move LLVMStartMultithreaded() static initializer into gallivm

Brian Paul brianp at vmware.com
Mon May 6 09:44:46 PDT 2013


On 05/06/2013 10:09 AM, Tom Stellard wrote:
> Module: Mesa
> Branch: master
> Commit: 55eb8eaaa8bf8696d56effce6ed87f03bea779e0
> URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=55eb8eaaa8bf8696d56effce6ed87f03bea779e0
>
> Author: Tom Stellard<thomas.stellard at amd.com>
> Date:   Tue Apr 30 07:38:03 2013 -0700
>
> gallivm: Move LLVMStartMultithreaded() static initializer into gallivm
>
> This does not solve all of the problems with using LLVM in a
> multithreaded enivronment, but it should help in some cases.
>
> Reviewed-by: Mathias.Froehlich at web.de
>
> ---
>

Something in your series broke the build:

gallivm/lp_bld_misc.cpp: In constructor 
'<unnamed>::LLVMEnsureMultithreaded::LLVMEnsureMultithreaded()':
gallivm/lp_bld_misc.cpp:88:32: error: 'LLVMIsMultithreaded' was not 
declared in this scope
gallivm/lp_bld_misc.cpp:89:33: error: 'LLVMStartMultithreaded' was not 
declared in this scope
gmake[3]: *** [gallivm/lp_bld_misc.lo] Error 1

-Brian


More information about the mesa-dev mailing list