aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdl_llvm.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-09-12 21:44:59 +0200
committerTristan Gingold <tgingold@free.fr>2015-09-12 21:44:59 +0200
commitbdc8e297b8cc2c36cf9e9ce41007cade06d2ee3f (patch)
tree8a13176b25fb96aaed4187baa482392feb0ceccf /src/ghdldrv/ghdl_llvm.adb
parentd08ed8de338da3b7ea4fcd0139f4ca248c129078 (diff)
downloadghdl-bdc8e297b8cc2c36cf9e9ce41007cade06d2ee3f.tar.gz
ghdl-bdc8e297b8cc2c36cf9e9ce41007cade06d2ee3f.tar.bz2
ghdl-bdc8e297b8cc2c36cf9e9ce41007cade06d2ee3f.zip
Check llvm version. Fix ghdldrv --post for llvm.
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;