mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
d696197597
The revng-translate tool is now a driver for revng-pipeline to perform the translation. This commit also drops computing the `-load` "roots". It shouldn't really be necessary.
10 lines
208 B
YAML
10 lines
208 B
YAML
Containers:
|
|
- Name: C1
|
|
Type: LLVMContainer
|
|
Steps:
|
|
- Name: FirstStep
|
|
Pipes:
|
|
- Name: LLVMPipe
|
|
UsedContainers: [C1]
|
|
Passes: [example-pass]
|