[clang] Disable assertion that can "easily happen"
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 19 Oct 2022 20:32:31 +0000 (13:32 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 19 Oct 2022 22:08:56 +0000 (15:08 -0700)
commit97b91307b00e958bc1d511c93a8a6bef510485ac
treee73096d7b142ccba1b6090ef27068fae9a7490c1
parentaf2b2214b4e2717d2114c0b01e3610e0b64a14be
[clang] Disable assertion that can "easily happen"

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

Differential revision: https://reviews.llvm.org/D136290
clang/lib/Serialization/ASTWriter.cpp