diff options
Diffstat (limited to 'ortho/llvm/ortho_jit.adb')
-rw-r--r-- | ortho/llvm/ortho_jit.adb | 5 |
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; |