llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
#include <core/pass_manager.h>
Public Member Functions | |
PassConfig (OptLevel opt, bool isStatic, bool isShared, std::string entry) | |
Public Attributes | |
OptLevel | Opt = OptLevel::O0 |
Optimisation level. | |
bool | Static = false |
Building a static executable. | |
bool | Shared = false |
Building a shared library. | |
std::string | Entry |
Name of the entry point. | |
Pass manager configuration.