This is an archive of the discontinued LLVM Phabricator instance.

[CMake][Fuchsia] Use RelWithDebInfo to build runtimes
ClosedPublic

Authored by phosek on Jul 11 2019, 4:29 PM.

Details

Summary

We want to preserve debug info in our runtimes to aid symbolization and
debugging; for shared libraries this will be stripped away during
install-stripped step and distributed via .build-id, for static archives
it's part of the archive and it's a responsibility of the consumer to
strip it away in the final binary if not needed.

Diff Detail

Repository
rC Clang

Event Timeline

phosek created this revision.Jul 11 2019, 4:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2019, 4:29 PM
This revision is now accepted and ready to land.Jul 11 2019, 4:30 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2019, 4:49 PM