aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder/sizes.go
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2023-03-04 22:39:40 +0100
committerAyke <[email protected]>2023-03-05 07:50:42 -0800
commit1d86b3f425c8b83df221b039c530afd9bec3fef2 (patch)
treefdccca3ce5b3798cd15024fbec329ff2f67dc9f4 /builder/sizes.go
parentf9b6f8339b61158eb880e6a5da4c5b829494f046 (diff)
downloadtinygo-1d86b3f425c8b83df221b039c530afd9bec3fef2.tar.gz
tinygo-1d86b3f425c8b83df221b039c530afd9bec3fef2.zip
compiler: add debug info to []embed.files backing array
Diffstat (limited to 'builder/sizes.go')
-rw-r--r--builder/sizes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/sizes.go b/builder/sizes.go
index dd2c5ccc9..f7feeeda4 100644
--- a/builder/sizes.go
+++ b/builder/sizes.go
@@ -117,7 +117,7 @@ var (
// alloc: heap allocations during init interpretation
// pack: data created when storing a constant in an interface for example
// string: buffer behind strings
- packageSymbolRegexp = regexp.MustCompile(`\$(alloc|embedfsfiles|embedfsslice|embedslice|pack|string)(\.[0-9]+)?$`)
+ packageSymbolRegexp = regexp.MustCompile(`\$(alloc|embedfsslice|embedslice|pack|string)(\.[0-9]+)?$`)
)
// readProgramSizeFromDWARF reads the source location for each line of code and