Index: llvm/trunk/cmake/modules/AddLLVM.cmake =================================================================== --- llvm/trunk/cmake/modules/AddLLVM.cmake +++ llvm/trunk/cmake/modules/AddLLVM.cmake @@ -1566,7 +1566,7 @@ endif() set(strip_command COMMAND ${CMAKE_STRIP} -Sxl $) else() - set(strip_command COMMAND ${CMAKE_STRIP} -gx $) + set(strip_command COMMAND ${CMAKE_STRIP} -g -x $) endif() endif()