mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
13 lines
357 B
C
13 lines
357 B
C
#pragma once
|
|
|
|
//
|
|
// This file is distributed under the MIT License. See LICENSE.md for details.
|
|
//
|
|
|
|
#include "revng/Model/Binary.h"
|
|
|
|
void linkForTranslation(const model::Binary &Model,
|
|
llvm::StringRef InputBinaryPath,
|
|
llvm::StringRef ObjectFilePath,
|
|
llvm::StringRef OutputBinaryPath);
|