14 #ifndef CPROVER_GOTO_CC_LD_MODE_H
15 #define CPROVER_GOTO_CC_LD_MODE_H
30 const std::string &_base_name);
48 bool building_executable,
49 const std::list<std::string> &object_files);
void help_mode() final
display command line help
const std::string goto_binary_tmp_suffix
std::string native_tool_name
gcc_message_handlert gcc_message_handler
int run_ld()
call ld with original command line
ld_modet(goto_cc_cmdlinet &_cmdline, const std::string &_base_name)
int ld_hybrid_binary(bool building_executable, const std::list< std::string > &object_files)
Build an ELF or Mach-O binary containing a goto-cc section.
Command line interpretation for goto-cc.