From 8acde9575b0f9ea7f6a9a99626c0a8a877caeb9c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 4 Jun 2019 21:38:52 +0200 Subject: ghdldrv: handle --force-analysis for llvm and gcc. --- src/options.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/options.adb') diff --git a/src/options.adb b/src/options.adb index 85383b915..65e4fcdd8 100644 --- a/src/options.adb +++ b/src/options.adb @@ -142,6 +142,8 @@ package body Options is end; elsif Opt = "-C" or else Opt = "--mb-comments" then Mb_Comment := True; + elsif Opt = "--force-analysis" then + Flag_Force_Analysis := True; elsif Opt = "-fcaret-diagnostics" then Flag_Caret_Diagnostics := True; elsif Opt = "-fno-caret-diagnostics" then -- cgit v1.2.3