diff options
author | gingold | 2009-08-13 04:03:03 +0000 |
---|---|---|
committer | gingold | 2009-08-13 04:03:03 +0000 |
commit | bb07aea45543efdb49a6d4b02a8f30b475aeda5c (patch) | |
tree | 0f66c73119c2a243fa369b2ab712923d01699a68 /translate/ghdldrv/ghdl_gcc.adb | |
parent | a91ee6a3d21f29017c7bcf81a73fa4b1aa189694 (diff) | |
download | ghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.tar.gz ghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.tar.bz2 ghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.zip |
Preliminary support for llvm.
Diffstat (limited to 'translate/ghdldrv/ghdl_gcc.adb')
-rw-r--r-- | translate/ghdldrv/ghdl_gcc.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translate/ghdldrv/ghdl_gcc.adb b/translate/ghdldrv/ghdl_gcc.adb index a93579b..615a8c5 100644 --- a/translate/ghdldrv/ghdl_gcc.adb +++ b/translate/ghdldrv/ghdl_gcc.adb @@ -25,6 +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'("GCC back-end code generator"); + Ghdldrv.Compile_Kind := Ghdldrv.Compile_Gcc; Ghdldrv.Register_Commands; Ghdllocal.Register_Commands; Ghdlprint.Register_Commands; |