mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Dropped the steps in favor of begin steps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user