From bb07aea45543efdb49a6d4b02a8f30b475aeda5c Mon Sep 17 00:00:00 2001 From: gingold Date: Thu, 13 Aug 2009 04:03:03 +0000 Subject: Preliminary support for llvm. --- translate/ghdldrv/default_pathes.ads.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'translate/ghdldrv/default_pathes.ads.in') 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 := -- cgit