From fa9fde695dcbb82e5c88ba97419913d53b5ea33f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 23 Dec 2014 21:30:16 +0100 Subject: Regenerate ortho_llvm.ads --- src/ortho/llvm/ortho_llvm.ads | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ortho/llvm/ortho_llvm.ads b/src/ortho/llvm/ortho_llvm.ads index 8e68eb139..931977bf8 100644 --- a/src/ortho/llvm/ortho_llvm.ads +++ b/src/ortho/llvm/ortho_llvm.ads @@ -43,9 +43,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; + -- Start of common part type O_Enode is private; -- cgit v1.2.3