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, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdl_llvm.adb b/src/ghdldrv/ghdl_llvm.adb
index 3a3c72b3b..7f2efddc5 100644
--- a/src/ghdldrv/ghdl_llvm.adb
+++ b/src/ghdldrv/ghdl_llvm.adb
@@ -25,7 +25,7 @@ begin
-- Manual elaboration so that the order is known (because it is the order
-- used to display help).
Ghdlmain.Version_String := new String'("llvm code generator");
- Ghdldrv.Compile_Kind := Ghdldrv.Compile_Llvm;
+ Ghdldrv.Backend := Ghdldrv.Backend_Llvm;
Ghdldrv.Register_Commands;
Ghdllocal.Register_Commands;
Ghdlprint.Register_Commands;