mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere.
llvm-svn: 147296
This commit is contained in:
parent
77f9c9f719
commit
2ecba45e58
@ -320,11 +320,8 @@ ifeq ($(ENABLE_PROFILING),1)
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_VISIBILITY_INLINES_HIDDEN),1)
|
||||
# FIXME: clang's -fvisibility-inlines-hidden is broken for shared libs. PR11642.
|
||||
ifneq ($(ENABLE_SHARED),1)
|
||||
CXX.Flags += -fvisibility-inlines-hidden
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef ENABLE_EXPENSIVE_CHECKS
|
||||
# GNU libstdc++ uses RTTI if you define _GLIBCXX_DEBUG, which we did above.
|
||||
|
Loading…
x
Reference in New Issue
Block a user