This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Split -gx strip flag into -g -x
ClosedPublic

Authored by phosek on Aug 13 2018, 6:58 PM.

Details

Summary

llvm-strip doesn't handle -gx spelling, so we need to split these
as two separate flags.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Aug 13 2018, 6:58 PM
jakehehrlich accepted this revision.Aug 13 2018, 6:59 PM
This revision is now accepted and ready to land.Aug 13 2018, 6:59 PM
This revision was automatically updated to reflect the committed changes.