[CMake] Apply -ffunction-data-sectinos not only to CMAKE_CXX_FLAGS, but also to CMAKE...
[oota-llvm.git] / cmake / modules / HandleLLVMOptions.cmake
index 89122eee0b7dd9a1b605ed562de44e1b64fa99d9..09479561d8aa5ec7b2df1539a5bcce3eac84f4e4 100644 (file)
@@ -356,6 +356,6 @@ endif()
 # flags instead if LLVM_NO_DEAD_STRIP is set.
 if(NOT CYGWIN AND NOT WIN32)
   if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
-    append("-ffunction-sections -fdata-sections" CMAKE_CXX_FLAGS)
+    append("-ffunction-sections -fdata-sections" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
   endif()
 endif()