summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold2014-12-23 21:30:16 +0100
committerTristan Gingold2014-12-23 21:30:16 +0100
commitfa9fde695dcbb82e5c88ba97419913d53b5ea33f (patch)
treecc1190987892927b9a83a2d03abd5683b491fb4a /src
parent9457c1493b50a7b7eb0dcf9daee633ef1dc159d1 (diff)
downloadghdl-fa9fde695dcbb82e5c88ba97419913d53b5ea33f.tar.gz
ghdl-fa9fde695dcbb82e5c88ba97419913d53b5ea33f.tar.bz2
ghdl-fa9fde695dcbb82e5c88ba97419913d53b5ea33f.zip
Regenerate ortho_llvm.ads
Diffstat (limited to 'src')
-rw-r--r--src/ortho/llvm/ortho_llvm.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ortho/llvm/ortho_llvm.ads b/src/ortho/llvm/ortho_llvm.ads
index 8e68eb1..931977b 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;