73 if(arg.is_infile_name)
86 std::cout <<
"goto-link understands the options of "
87 <<
"link plus the following.\n\n";
void print_warnings_as_errors(bool yes)
With yes set to true, prefix warnings with an error message.
std::string get_value(char option) const
virtual bool isset(char option) const
const std::list< std::string > & get_values(const std::string &option) const
bool add_input_file(const std::string &)
puts input file names into a list and does preprocessing for libraries.
bool doit()
reads and source and object files, compiles and links them into goto program objects.
std::string object_file_extension
std::list< std::string > library_paths
std::string output_file_executable
bool set(const cmdlinet &cmdline)
goto_cc_cmdlinet & cmdline
void help()
display command line help
static unsigned eval_verbosity(const std::string &user_input, const message_levelt default_verbosity, message_handlert &dest)
Parse a (user-)provided string as a verbosity level and set it as the verbosity of dest.
ms_link_modet(goto_cc_cmdlinet &)
cl_message_handlert message_handler
void help_mode() final
display command line help
Compile and link source and object files.
std::string get_base_name(const std::string &in, bool strip_suffix)
cleans a filename from path and extension
Command line interpretation for goto-cc.