craftr.ext.compiler.gcc

class craftr.ext.compiler.gcc.GccCompiler(program, language='c', desc=None, **kwargs)

Interface for the GCC compiler.

Note

Currently inherits the LLVM implementation. Will eventually get its own implementatio in the future, but not as long as the LLVM version works well for GCC, too.

name = 'GCC (Craftr-LLVM-Backend)'