summary refs log tree commit diff stats
path: root/compiler/ic/packed_ast.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-02-02 19:24:55 +0100
committerGitHub <noreply@github.com>2021-02-02 19:24:55 +0100
commitfb80d2ff85fc5db2996d6660075941e1256564fe (patch)
tree1b463d4213dec1a1b75f4cc3a83c6ee81a66ddc0 /compiler/ic/packed_ast.nim
parent1d1c831efa7f9bfcc739b2d38a3a839187bc39c6 (diff)
downloadNim-fb80d2ff85fc5db2996d6660075941e1256564fe.tar.gz
IC: bugfixes (WIP) (#16836)
* minor improvements
* IC: added the required logic for compilerProcs
* LazySym ftw
* we need this testing logic
* reimplement the old way we use for module package creation
* fixes a regression; don't pick module names if you can avoid it
Diffstat (limited to 'compiler/ic/packed_ast.nim')
-rw-r--r--compiler/ic/packed_ast.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ic/packed_ast.nim b/compiler/ic/packed_ast.nim
index 95cac4700..86636f902 100644
--- a/compiler/ic/packed_ast.nim
+++ b/compiler/ic/packed_ast.nim
@@ -62,6 +62,7 @@ type
     position*: int
     offset*: int
     externalName*: LitId # instead of TLoc
+    locFlags*: TLocFlags
     annex*: PackedLib
     when hasFFI:
       cname*: LitId