aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-03-01 18:09:30 +0100
committerTristan Gingold <tgingold@free.fr>2015-03-01 18:09:30 +0100
commitad4ac5499e426cff9b76479e8ff6250a32fcbb57 (patch)
treed24f1903700733dbb125ebea420d0980d84d8da9 /src/ghdldrv
parent3619ff721b0456b2f15bd2d4913fd57aa97e827b (diff)
downloadghdl-ad4ac5499e426cff9b76479e8ff6250a32fcbb57.tar.gz
ghdl-ad4ac5499e426cff9b76479e8ff6250a32fcbb57.tar.bz2
ghdl-ad4ac5499e426cff9b76479e8ff6250a32fcbb57.zip
Elaborate generics in two steps. Fix -c/-e for llvm builds.
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlrun.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb
index d927b4d16..32e85a0f7 100644
--- a/src/ghdldrv/ghdlrun.adb
+++ b/src/ghdldrv/ghdlrun.adb
@@ -437,6 +437,9 @@ package body Ghdlrun is
Def (Trans_Decls.Ghdl_Rti_Add_Top,
Grt.Rtis.Ghdl_Rti_Add_Top'Address);
+ Def (Trans_Decls.Ghdl_Init_Top_Generics,
+ Grt.Main.Ghdl_Init_Top_Generics'Address);
+
Def (Trans_Decls.Ghdl_Protected_Enter,
Grt.Processes.Ghdl_Protected_Enter'Address);
Def (Trans_Decls.Ghdl_Protected_Leave,