14 #ifndef CPROVER_GOTO_CC_HYBRID_BINARY_H
15 #define CPROVER_GOTO_CC_HYBRID_BINARY_H
31 const std::string &compiler_or_linker,
32 const std::string &goto_binary_file,
33 const std::string &output_file,
34 bool building_executable,
36 bool linking_efi =
false);
int hybrid_binary(const std::string &compiler_or_linker, const std::string &goto_binary_file, const std::string &output_file, bool building_executable, message_handlert &message_handler, bool linking_efi=false)
Merges a goto binary into an object file (e.g.
std::string objcopy_command(const std::string &compiler_or_linker)
Return the name of the objcopy tool matching the chosen compiler or linker command.