Fix Windows filename format, etc. (#3873) (#4421)

* Ignore CLion project files and CMake outputs
* Supporting stripping file path that contains backslash
* Set /bigobj flag and increase stack size for windows platform
* Fix MSVC warnings
This commit is contained in:
Anthony Donlon
2023-08-16 07:34:57 -04:00
committed by GitHub
parent 0f66262fa1
commit cbdee5a804
10 changed files with 53 additions and 36 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ public:
// We'll make the table with a separate natural alignment for each output var, so
// always have 8, 16 or 32 bit widths, so use widthTotalBytes
m_outWidthBytes += nodep->varp()->dtypeSkipRefp()->widthTotalBytes();
m_outVarps.emplace_back(vscp, m_outVarps.size());
m_outVarps.emplace_back(vscp, static_cast<unsigned>(m_outVarps.size()));
}
if (nodep->access().isReadOrRW()) {
m_inWidthBits += nodep->varp()->width();