This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Use CMAKE_OBJCOPY and CMAKE_STRIP to externalize debug info
ClosedPublic

Authored by phosek on May 8 2018, 4:47 PM.

Details

Summary

Don't hardcode objcopy and strip names, rather use CMAKE_OBJCOPY and
CMAKE_STRIP variables which allows users to override the tools used
such as using llvm-objcopy and llvm-strip instead of binutils versions.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.May 8 2018, 4:47 PM
jakehehrlich accepted this revision.May 8 2018, 5:08 PM
This revision is now accepted and ready to land.May 8 2018, 5:08 PM
This revision was automatically updated to reflect the committed changes.