diff options
Diffstat (limited to 'ortho/llvm/ortho_llvm.private.ads')
-rw-r--r-- | ortho/llvm/ortho_llvm.private.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ortho/llvm/ortho_llvm.private.ads b/ortho/llvm/ortho_llvm.private.ads index 976de00e1..30b86a447 100644 --- a/ortho/llvm/ortho_llvm.private.ads +++ b/ortho/llvm/ortho_llvm.private.ads @@ -27,6 +27,9 @@ package Ortho_LLVM is procedure Finish_Debug; private + -- No support for nested subprograms in LLVM. + Has_Nested_Subprograms : constant Boolean := False; + use LLVM.Core; type O_Tnode_Type (<>); |