Files
Giacomo Vercesi 688b9fe111 Introduce compatibility with revng-pypeline
Add the necessary machinery to allow `Pipe`s, `Analysis`es,
`Container`s, `Model` and `ObjectID` to be implemented in C++ and used
by Python.
2025-09-17 14:02:40 +02:00

12 lines
301 B
C++

//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
#include "revng/PipeboxCommon/Helpers/Registrars.h"
#include "MockPipeboxImpl.h"
static RegisterContainer<StringContainer> X;
static RegisterPipe<AppendFooPipe> Y;
static RegisterAnalysis<AppendFooLibAnalysis> Z;