From aeded560f430fe56c0f10a34d0ccaa17f1b9e0fb Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 13 Jul 2017 15:24:30 -0400 Subject: [PATCH] Include meta automatically in link list These used to be automatically added via @keep. * src/current/compiler/linker.xsl (l:depgen): Include meta symbols. * src/symtable/symbols.xsl (lv:meta): @pollute instead of @keep. --- src/current/compiler/linker.xsl | 9 ++++----- src/symtable/symbols.xsl | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/current/compiler/linker.xsl b/src/current/compiler/linker.xsl index 93eb0944..6afa4dd0 100644 --- a/src/current/compiler/linker.xsl +++ b/src/current/compiler/linker.xsl @@ -181,8 +181,10 @@ symbol, then it must not be used); note that lv:yield actually compiles into a special symbol ___yield --> - - + + -