Dropped the steps in favor of begin steps

This commit is contained in:
Massimo Fioravanti
2022-03-10 13:50:29 +01:00
parent 1e4291a21a
commit 19b2b23ce7
14 changed files with 103 additions and 97 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ def run_translate(args, post_dash_dash_args, search_path, search_prefixes, comma
out_file = args.output if args.output else args.input[0] + ".translated"
step_name = "EndRecompile"
step_name = "Recompile"
if args.isolate:
step_name = step_name + "Isolated"
command = command + [
@@ -56,7 +56,7 @@ def run_translate(args, post_dash_dash_args, search_path, search_prefixes, comma
"--step",
step_name,
"-i",
"Lift:input:" + args.input[0],
"begin:input:" + args.input[0],
"-o",
step_name + ":output:" + out_file,
]
@@ -1,4 +1,4 @@
From: Lifted
From: Lift
Containers:
Steps:
- Name: Isolate
@@ -15,7 +15,6 @@ Steps:
- Type: LLVMPipe
UsedContainers: [module]
Passes: [globaldce]
- Name: Lifted
- Name: Recompile
Pipes:
- Type: LinkSupport