diff --git a/src/spicy/spicyz/driver.cc b/src/spicy/spicyz/driver.cc index 8e4854c298..82759fbf5e 100644 --- a/src/spicy/spicyz/driver.cc +++ b/src/spicy/spicyz/driver.cc @@ -47,7 +47,7 @@ struct VisitorTypes : public spicy::visitor::PreOrder { module = n->scopeID(); path = n->uid().path; - if ( is_resolved ) + if ( is_resolved && ! n->skipImplementation() ) glue->addSpicyModule(module, path); }