Revert changes that migrate to thread_local.
iOS 8 does not support `thread_local`, which is still in use. Another approach will have to be found. This change is a revert of the following changes:a3845240- "Simplify PoolAlloc with use of thread_local."abf92c80- "Deprecate InitializeDll functions"33585c87- "Limit visibility of symbols for internal libraries" Issue: #2346
This commit is contained in:
parent
7ab4564696
commit
2a44064885
8 changed files with 161 additions and 35 deletions
|
|
@ -36,7 +36,6 @@ set(SOURCES InitializeDll.cpp InitializeDll.h)
|
|||
add_library(OGLCompiler STATIC ${SOURCES})
|
||||
set_property(TARGET OGLCompiler PROPERTY FOLDER glslang)
|
||||
set_property(TARGET OGLCompiler PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
glslang_default_to_hidden_visibility(OGLCompiler)
|
||||
|
||||
if(WIN32)
|
||||
source_group("Source" FILES ${SOURCES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue