Function default_arguments

Source
pub fn default_arguments() -> Vec<Arg>
Expand description

Default arguments that are available in xrcf.

This includes options such as --print-ir-before-all, but also the default passes such as --convert-func-to-llvm. --debug is not included to allow downstream projects to handle the logging differently.

For an example on how to use this, see the usage in the arnoldc/ directory.