summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-11-30 19:16:42 +0000
committerChris Bieneman <beanz@apple.com>2015-11-30 19:16:42 +0000
commit8804cdf9e3e5ff844878245d8eda56116de37e3a (patch)
tree8567ab5ed11080e4d38381bb1640c96df7fd9e4d /cmake/config-ix.cmake
parent0a706dcdaa20c0121087e3cad8092454e11b3857 (diff)
[CMake] Moving -fvisibility-inlines-hidden append as per post-commit review
Thanks Alexey. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@254316 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rw-r--r--cmake/config-ix.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 24bb7e34b..b12d4f78a 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -33,7 +33,6 @@ check_cxx_compiler_flag(-std=c99 COMPILER_RT_HAS_STD_C99_FLAG)
if(NOT WIN32 AND NOT CYGWIN)
# MinGW warns if -fvisibility-inlines-hidden is used.
check_cxx_compiler_flag("-fvisibility-inlines-hidden" COMPILER_RT_HAS_FVISIBILITY_INLINES_HIDDEN_FLAG)
- append_string_if(COMPILER_RT_HAS_FVISIBILITY_INLINES_HIDDEN_FLAG "-fvisibility-inlines-hidden" CMAKE_CXX_FLAGS)
endif()
check_cxx_compiler_flag(/GR COMPILER_RT_HAS_GR_FLAG)