diff options
author | akashlal <akashl@AKASHL-LT.fareast.corp.microsoft.com> | 2015-04-05 19:45:38 +0530 |
---|---|---|
committer | akashlal <akashl@AKASHL-LT.fareast.corp.microsoft.com> | 2015-04-05 19:45:38 +0530 |
commit | 872eb6b59a7018e45686f6ed77c9f730a251963c (patch) | |
tree | 5cde256e200712db15226fca659a3d5e7f7b5ed6 /Source/Provers | |
parent | bd71be7f9a06ba86e8271615ffc11c48bf1de372 (diff) |
VC gen for security properties
Diffstat (limited to 'Source/Provers')
-rw-r--r-- | Source/Provers/SMTLib/ProverInterface.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Provers/SMTLib/ProverInterface.cs b/Source/Provers/SMTLib/ProverInterface.cs index a62fa25a..868b9ee3 100644 --- a/Source/Provers/SMTLib/ProverInterface.cs +++ b/Source/Provers/SMTLib/ProverInterface.cs @@ -74,7 +74,8 @@ namespace Microsoft.Boogie.SMTLib SetupProcess();
- if (CommandLineOptions.Clo.StratifiedInlining > 0 || CommandLineOptions.Clo.ContractInfer)
+ if (CommandLineOptions.Clo.StratifiedInlining > 0 || CommandLineOptions.Clo.ContractInfer
+ || CommandLineOptions.Clo.SecureVcGen != null)
{
// Prepare for ApiChecker usage
if (options.LogFilename != null && currentLogFile == null)
|