diff options
Diffstat (limited to 'translate/ghdldrv/ghdllocal.ads')
-rw-r--r-- | translate/ghdldrv/ghdllocal.ads | 3 |
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"; |