aboutsummaryrefslogtreecommitdiffstats
path: root/translate/ghdldrv/ghdldrv.ads
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2009-08-13 04:03:03 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2009-08-13 04:03:03 +0000
commitbb07aea45543efdb49a6d4b02a8f30b475aeda5c (patch)
tree0f66c73119c2a243fa369b2ab712923d01699a68 /translate/ghdldrv/ghdldrv.ads
parenta91ee6a3d21f29017c7bcf81a73fa4b1aa189694 (diff)
downloadghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.tar.gz
ghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.tar.bz2
ghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.zip
Preliminary support for llvm.
Diffstat (limited to 'translate/ghdldrv/ghdldrv.ads')
-rw-r--r--translate/ghdldrv/ghdldrv.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/translate/ghdldrv/ghdldrv.ads b/translate/ghdldrv/ghdldrv.ads
index 05b085626..3e37b38f1 100644
--- a/translate/ghdldrv/ghdldrv.ads
+++ b/translate/ghdldrv/ghdldrv.ads
@@ -16,5 +16,10 @@
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
package Ghdldrv is
+ -- Compiler to use.
+ type Compile_Kind_Type is
+ (Compile_Mcode, Compile_Llvm, Compile_Gcc, Compile_Debug);
+ Compile_Kind : Compile_Kind_Type := Compile_Gcc;
+
procedure Register_Commands;
end Ghdldrv;