summaryrefslogtreecommitdiff
path: root/src/ortho/llvm/ortho_llvm.private.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho/llvm/ortho_llvm.private.ads')
-rw-r--r--src/ortho/llvm/ortho_llvm.private.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ortho/llvm/ortho_llvm.private.ads b/src/ortho/llvm/ortho_llvm.private.ads
index 842a119..b1bd23c 100644
--- a/src/ortho/llvm/ortho_llvm.private.ads
+++ b/src/ortho/llvm/ortho_llvm.private.ads
@@ -40,9 +40,12 @@ package Ortho_LLVM is
Optimization : LLVM.TargetMachine.CodeGenOptLevel :=
LLVM.TargetMachine.CodeGenLevelDefault;
- -- Set by -g to generate debug info.
+ -- Set by -g to generate full debug info.
Flag_Debug : Boolean := False;
+ -- Set by -g or -glines to generate line debug info.
+ Flag_Debug_Line : Boolean := False;
+
private
-- No support for nested subprograms in LLVM.
Has_Nested_Subprograms : constant Boolean := False;