This is an archive of the discontinued LLVM Phabricator instance.

[clang] Disable assertion that can "easily happen"
ClosedPublic

Authored by JDevlieghere on Oct 19 2022, 1:34 PM.

Details

Summary

Disable the assertion for getting a module ID for non-local,
non-imported module. According to the FIXME this can "easily happen" and
indeed, we're hitting this assertion regularly. Disable it until it can
be properly investigated.

rdar://99352728

Diff Detail

Event Timeline

JDevlieghere created this revision.Oct 19 2022, 1:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2022, 1:34 PM
JDevlieghere requested review of this revision.Oct 19 2022, 1:34 PM
This revision is now accepted and ready to land.Oct 19 2022, 2:31 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2022, 3:09 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript