diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2023-10-29 14:47:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-29 14:47:22 +0100 |
commit | 0c26d19e228e831393cb5d2c1f43660362d349c9 (patch) | |
tree | 6b989d3175a5332dcd61489e22350f3748b89b09 /compiler/ic/rodfiles.nim | |
parent | 94ffc183323c859fc5a395404ac6035ae29cbc5a (diff) | |
download | Nim-0c26d19e228e831393cb5d2c1f43660362d349c9.tar.gz |
NIR: VM + refactorings (#22835)
Diffstat (limited to 'compiler/ic/rodfiles.nim')
-rw-r--r-- | compiler/ic/rodfiles.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ic/rodfiles.nim b/compiler/ic/rodfiles.nim index 4968c5924..3505bfdfb 100644 --- a/compiler/ic/rodfiles.nim +++ b/compiler/ic/rodfiles.nim @@ -98,6 +98,7 @@ type backendFlagsSection aliveSymsSection # beware, this is stored in a `.alivesyms` file. sideChannelSection + symnamesSection RodFileError* = enum ok, tooBig, cannotOpen, ioFailure, wrongHeader, wrongSection, configMismatch, |