From 0594d17c40ce054f61d2a5679e377467ebc7c796 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 10 Mar 2014 06:35:28 +0100 Subject: Rename ghdl_mcode.adb to ghdl_jit.adb. Display code generate name. --- ortho/llvm/ortho_jit.adb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ortho/llvm') diff --git a/ortho/llvm/ortho_jit.adb b/ortho/llvm/ortho_jit.adb index 9aa6c1c53..fdda667d9 100644 --- a/ortho/llvm/ortho_jit.adb +++ b/ortho/llvm/ortho_jit.adb @@ -143,4 +143,9 @@ package body Ortho_Jit is null; end Disp_Help; + function Get_Jit_Name return String is + begin + return "LLVM"; + end Get_Jit_Name; + end Ortho_Jit; -- cgit v1.2.3