Skip to content

Commit f409cdd

Browse files
committed
[llm] use apply_pragma_option for loader pragmas (align with ec.ml compile path)
1 parent 0e41e45 commit f409cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ecLlm.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ let run ~relocdir ~boot (llmopts : EcOptions.llm_option) =
113113
~boot ~checkmode ~checkproof:true;
114114
initialized := true;
115115
(try
116-
List.iter EcCommands.apply_pragma prvopts.prvo_pragmas
116+
List.iter EcCommands.apply_pragma_option prvopts.prvo_pragmas
117117
with EcCommands.InvalidPragma x ->
118118
EcScope.hierror "invalid pragma: `%s'\n%!" x);
119119
EcCommands.addnotifier notifier;

0 commit comments

Comments
 (0)