Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
main.cpp File Reference
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <lyra/lyra.hpp>
#include "thorin/config.h"
#include "thorin/driver.h"
#include "thorin/be/dot/dot.h"
#include "thorin/be/h/bootstrap.h"
#include "thorin/fe/parser.h"
#include "thorin/pass/optimize.h"
#include "thorin/pass/pass.h"
#include "thorin/pass/pipelinebuilder.h"
#include "thorin/phase/phase.h"
#include "thorin/util/sys.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Enumerations

enum  Backends {
  Dot ,
  H ,
  LL ,
  Md ,
  Thorin ,
  Num_Backends
}
 

Functions

int main (int argc, char **argv)
 

Enumeration Type Documentation

◆ Backends

enum Backends
Enumerator
Dot 
LL 
Md 
Thorin 
Num_Backends 

Definition at line 23 of file main.cpp.

Function Documentation

◆ main()