summary refs log tree commit diff stats
path: root/compiler/ic/rodfiles.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2023-10-29 14:47:22 +0100
committerGitHub <noreply@github.com>2023-10-29 14:47:22 +0100
commit0c26d19e228e831393cb5d2c1f43660362d349c9 (patch)
tree6b989d3175a5332dcd61489e22350f3748b89b09 /compiler/ic/rodfiles.nim
parent94ffc183323c859fc5a395404ac6035ae29cbc5a (diff)
downloadNim-0c26d19e228e831393cb5d2c1f43660362d349c9.tar.gz
NIR: VM + refactorings (#22835)
Diffstat (limited to 'compiler/ic/rodfiles.nim')
-rw-r--r--compiler/ic/rodfiles.nim1
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,