This is an archive of the discontinued LLVM Phabricator instance.

[apple clang] disable in-process CC1 to preserve crashlog compatibility
ClosedPublic

Authored by arphaman on May 29 2020, 3:26 PM.

Details

Summary

The in-process CC1 currently doesn't interoperate with the macOS crash analytics, which we would like to keep enabled for Apple clang. This commit restores the out-of-process CC1 to the Apple clang CMake configuration for now.

Diff Detail

Event Timeline

arphaman created this revision.May 29 2020, 3:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2020, 3:26 PM
dexonsmith accepted this revision.Jun 4 2020, 3:51 PM

LGTM, but next we should get the crash reproductions working with in-process -cc1.

This revision is now accepted and ready to land.Jun 4 2020, 3:51 PM
This revision was automatically updated to reflect the committed changes.