circt icon indicating copy to clipboard operation
circt copied to clipboard

[RTG][python] fix `populateDialectRTGTestSubmodule` namespacing

Open makslevental opened this issue 10 months ago • 3 comments
trafficstars

If CIRCT_INCLUDE_TESTS=OFF but this source file is compiled (only to eventually be DCEd) circt::python::populateDialectRTGTestSubmodule is malformed. With explicit namespace circt::python it works both ways.

makslevental avatar Jan 13 '25 16:01 makslevental