llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | Public Attributes | List of all members
PassConfig Struct Reference

#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.
 

Detailed Description

Pass manager configuration.


The documentation for this struct was generated from the following file: