OSDN Git Service

[CMake] Respect CMAKE_STRIP and CMAKE_DSYMUTIL on apple platforms
authorJustin Bogner <mail@justinbogner.com>
Thu, 28 Jun 2018 18:36:52 +0000 (18:36 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 28 Jun 2018 18:36:52 +0000 (18:36 +0000)
commita71c03687f3cea081574da56553565cc42cba766
tree128b9926191297c380e9d6ff58d577bd8f8686cd
parent3d7cc9ef30488996b4b1532197f92d313a878850
[CMake] Respect CMAKE_STRIP and CMAKE_DSYMUTIL on apple platforms

This allows overriding the strip and dsymutil tools, and updates
iOS.cmake to do so. I've also added libtool to iOS.cmake, but it was
already respecting CMAKE_LIBTOOL if set.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335900 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake
cmake/platforms/iOS.cmake