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.
Details
Details
- Reviewers
JDevlieghere beanz bogner
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo