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/default_pathes.ads.in | |
parent | a91ee6a3d21f29017c7bcf81a73fa4b1aa189694 (diff) | |
download | ghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.tar.gz ghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.tar.bz2 ghdl-bb07aea45543efdb49a6d4b02a8f30b475aeda5c.zip |
Preliminary support for llvm.
Diffstat (limited to 'translate/ghdldrv/default_pathes.ads.in')
-rw-r--r-- | translate/ghdldrv/default_pathes.ads.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/translate/ghdldrv/default_pathes.ads.in b/translate/ghdldrv/default_pathes.ads.in index 3808595..8d101fd 100644 --- a/translate/ghdldrv/default_pathes.ads.in +++ b/translate/ghdldrv/default_pathes.ads.in @@ -19,6 +19,8 @@ package Default_Pathes is Compiler_Mcode : constant String := "@COMPILER_MCODE@"; + Compiler_Llvm : constant String := + "@COMPILER_LLVM@"; Compiler_Gcc : constant String := "@COMPILER_GCC@"; Compiler_Debug : constant String := |