summaryrefslogtreecommitdiff
path: root/translate/ghdldrv/ghdllocal.ads
diff options
context:
space:
mode:
authorgingold2009-08-13 04:03:03 +0000
committergingold2009-08-13 04:03:03 +0000
commitbb07aea45543efdb49a6d4b02a8f30b475aeda5c (patch)
tree0f66c73119c2a243fa369b2ab712923d01699a68 /translate/ghdldrv/ghdllocal.ads
parenta91ee6a3d21f29017c7bcf81a73fa4b1aa189694 (diff)
downloadghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.tar.gz
ghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.tar.bz2
ghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.zip
Preliminary support for llvm.
Diffstat (limited to 'translate/ghdldrv/ghdllocal.ads')
-rw-r--r--translate/ghdldrv/ghdllocal.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/translate/ghdldrv/ghdllocal.ads b/translate/ghdldrv/ghdllocal.ads
index f55503a..46eff1a 100644
--- a/translate/ghdldrv/ghdllocal.ads
+++ b/translate/ghdldrv/ghdllocal.ads
@@ -41,6 +41,9 @@ package Ghdllocal is
-- Suffix for asm files.
Asm_Suffix : constant String := ".s";
+ -- Suffix for llvm byte-code files.
+ Llvm_Suffix : constant String := ".bc";
+
-- Suffix for post files.
Post_Suffix : constant String := ".on";