diff options
author | Tristan Gingold | 2014-03-09 07:05:34 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-03-09 07:05:34 +0100 |
commit | 6a8dd0ee9bd3ec2ffe6ff7fa821af92968008e55 (patch) | |
tree | 4dacb60b5a1e11f29a7fd1c279471ac2be6a0698 /ortho/debug/ortho_debug.private.ads | |
parent | f1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47 (diff) | |
download | ghdl-6a8dd0ee9bd3ec2ffe6ff7fa821af92968008e55.tar.gz ghdl-6a8dd0ee9bd3ec2ffe6ff7fa821af92968008e55.tar.bz2 ghdl-6a8dd0ee9bd3ec2ffe6ff7fa821af92968008e55.zip |
Automatically unnest subprograms for llvm.
Diffstat (limited to 'ortho/debug/ortho_debug.private.ads')
-rw-r--r-- | ortho/debug/ortho_debug.private.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ortho/debug/ortho_debug.private.ads b/ortho/debug/ortho_debug.private.ads index 98424ef..69ee16c 100644 --- a/ortho/debug/ortho_debug.private.ads +++ b/ortho/debug/ortho_debug.private.ads @@ -26,6 +26,9 @@ package Ortho_Debug is procedure Finish; private + -- This back-end supports nested subprograms. + Has_Nested_Subprograms : constant Boolean := True; + -- A node for a type. type O_Tnode_Type (<>); type O_Tnode is access O_Tnode_Type; |