[all-commits] [llvm/llvm-project] 97b913: [clang] Disable assertion that can "easily happen"
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Oct 19 15:09:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97b91307b00e958bc1d511c93a8a6bef510485ac
https://github.com/llvm/llvm-project/commit/97b91307b00e958bc1d511c93a8a6bef510485ac
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M clang/lib/Serialization/ASTWriter.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list