mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
fix comment from e909486e5c (r39287564) (#14412)
This commit is contained in:
@@ -916,8 +916,8 @@ proc loadNode*(g: ModuleGraph; module: PSym): PNode =
|
||||
replay(g, module, result)
|
||||
|
||||
proc setupModuleCache*(g: ModuleGraph) =
|
||||
## historical note: there used to be a `rodfiles` dir with special tests
|
||||
## for incremental compilation via symbol files. This was likely replaced by ic.
|
||||
# historical note: there used to be a `rodfiles` dir with special tests
|
||||
# for incremental compilation via symbol files. This was likely replaced by ic.
|
||||
if g.config.symbolFiles == disabledSf: return
|
||||
g.recordStmt = recordStmt
|
||||
let dbfile = getNimcacheDir(g.config) / RelativeFile"rodfiles.db"
|
||||
|
||||
Reference in New Issue
Block a user