summaryrefslogtreecommitdiff
path: root/ortho/llvm
diff options
context:
space:
mode:
authorTristan Gingold2014-03-10 06:35:28 +0100
committerTristan Gingold2014-03-10 06:35:28 +0100
commit0594d17c40ce054f61d2a5679e377467ebc7c796 (patch)
tree5324d26c1e2b141cc97764237cd134f353139569 /ortho/llvm
parentf0095d572548d528aa58410565a5d6b939a724a3 (diff)
downloadghdl-0594d17c40ce054f61d2a5679e377467ebc7c796.tar.gz
ghdl-0594d17c40ce054f61d2a5679e377467ebc7c796.tar.bz2
ghdl-0594d17c40ce054f61d2a5679e377467ebc7c796.zip
Rename ghdl_mcode.adb to ghdl_jit.adb. Display code generate name.
Diffstat (limited to 'ortho/llvm')
-rw-r--r--ortho/llvm/ortho_jit.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ortho/llvm/ortho_jit.adb b/ortho/llvm/ortho_jit.adb
index 9aa6c1c..fdda667 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;