Skip to content
Snippets Groups Projects
Commit 73f89c9c authored by Julien Signoles's avatar Julien Signoles
Browse files

[e-acsl] change the name of the RTL temp project

parent 93fc8ec7
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,8 @@ let generate_code =
end;
(* slightly more efficient to copy the project before computing the AST
if it is not yet computed *)
let rtl_prj = Project.create_by_copy ~last:false "E_ACSL RTL" in
let rtl_prj_name = Options.Project_name.get () ^ " RTL" in
let rtl_prj = Project.create_by_copy ~last:false rtl_prj_name in
(* TODO: remove [rtl_prj] after use if no debug mode *)
(* force AST computation before copying the project it belongs to *)
Ast.compute ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment