aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-23 05:19:04 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-23 05:19:04 +0100
commit12e3e128a03e56c2766e4b1369500be09f776681 (patch)
treeed9b5ea9c605dfde47cfbc09087b6eeb7214397d /src/ortho
parent6f964d3a766d7d45d7dbbfcbf2a62a060724e0cf (diff)
downloadghdl-12e3e128a03e56c2766e4b1369500be09f776681.tar.gz
ghdl-12e3e128a03e56c2766e4b1369500be09f776681.tar.bz2
ghdl-12e3e128a03e56c2766e4b1369500be09f776681.zip
llvm: emit object file by default.
Diffstat (limited to 'src/ortho')
-rw-r--r--src/ortho/llvm/ortho_code_main.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/llvm/ortho_code_main.adb b/src/ortho/llvm/ortho_code_main.adb
index 56c869ad1..4b6dbd856 100644
--- a/src/ortho/llvm/ortho_code_main.adb
+++ b/src/ortho/llvm/ortho_code_main.adb
@@ -39,7 +39,7 @@ procedure Ortho_Code_Main is
type Output_Kind_Type is (Output_Llvm, Output_Bytecode,
Output_Assembly, Output_Object);
- Output_Kind : Output_Kind_Type := Output_Llvm;
+ Output_Kind : Output_Kind_Type := Output_Object;
-- True if the LLVM output must be displayed (set by '--dump-llvm')
Flag_Dump_Llvm : Boolean := False;