mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
7f65b1117a
This pipe is executed during the Lift step and populates the model with all the required primitive types.
13 lines
405 B
C
13 lines
405 B
C
#pragma once
|
|
|
|
//
|
|
// This file is distributed under the MIT License. See LICENSE.md for details.
|
|
//
|
|
|
|
#include "revng/Model/Pass/AddPrimitiveTypes.h"
|
|
#include "revng/Model/Pass/ConvertFunctionTypes.h"
|
|
#include "revng/Model/Pass/DeduplicateEquivalentTypes.h"
|
|
#include "revng/Model/Pass/PromoteOriginalName.h"
|
|
#include "revng/Model/Pass/PurgeUnnamedAndUnreachableTypes.h"
|
|
#include "revng/Model/Pass/Verify.h"
|