aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdl_llvm.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdl_llvm.adb')
-rw-r--r--src/ghdldrv/ghdl_llvm.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdl_llvm.adb b/src/ghdldrv/ghdl_llvm.adb
index cec0a62b8..036d71c0c 100644
--- a/src/ghdldrv/ghdl_llvm.adb
+++ b/src/ghdldrv/ghdl_llvm.adb
@@ -19,6 +19,7 @@ with Ghdlprint;
with Ghdldrv;
with Ghdlvpi;
with Ghdlxml;
+with Ghdllib;
with Ghdlsynth_Maybe;
procedure Ghdl_Llvm is
@@ -33,6 +34,7 @@ begin
Ghdlprint.Register_Commands;
Ghdlvpi.Register_Commands;
Ghdlxml.Register_Commands;
+ Ghdllib.Register_Commands;
Ghdlmain.Register_Commands;
Ghdlmain.Main;
end Ghdl_Llvm;