This is an archive of the discontinued LLVM Phabricator instance.

Use --dsym-dir when compiling with a compiler that supports it
Needs ReviewPublic

Authored by dsanders on Aug 4 2020, 7:59 AM.

Details

Summary

As part of this, a couple tweaks to --dsym-dir have been made. It now starts
with a double dash since CMake is unable to detect it's availability otherwise.
clang's that lack it ended up passing the check anyway because of the -d group
accepting anything. Also added the --dsym-dir= variant as the behaviour of
Joined surprised me by including the = in the value otherwise.

Diff Detail

Event Timeline

dsanders created this revision.Aug 4 2020, 7:59 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 4 2020, 7:59 AM
dsanders requested review of this revision.Aug 4 2020, 7:59 AM