mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Importers: adopt primitive typedef flattening
This commit is contained in:
@@ -75,6 +75,18 @@ class ImportIDBCommand(Command):
|
||||
options,
|
||||
)
|
||||
|
||||
run_revng_command(
|
||||
[
|
||||
"model",
|
||||
"opt",
|
||||
"-flatten-primitive-typedefs",
|
||||
model_file.name,
|
||||
"-o",
|
||||
model_file.name,
|
||||
],
|
||||
options,
|
||||
)
|
||||
|
||||
run_revng_command(
|
||||
[
|
||||
"model",
|
||||
|
||||
Reference in New Issue
Block a user