mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
[DLA] Guard costly verify calls with VerifyLog
This commit is contained in:
@@ -498,7 +498,7 @@ void LayoutTypeSystem::removeNode(LayoutTypeSystemNode *N) {
|
||||
Layouts.erase(LayoutIt);
|
||||
}
|
||||
|
||||
static Logger<> VerifyDLALog("dla-verify");
|
||||
static Logger<> VerifyDLALog("dla-verify-strict");
|
||||
|
||||
bool LayoutTypeSystem::verifyConsistency() const {
|
||||
for (auto &NodeUPtr : Layouts) {
|
||||
|
||||
Reference in New Issue
Block a user