LLVM OpenMP 22.0.0git
message-converter.TargetPlatform Class Reference

Public Member Functions

 set_system_override (override_system)
 system ()

Static Public Attributes

 system_override = None

Detailed Description

Convenience class for handling the target platform for configuration/compilation

Definition at line 21 of file message-converter.py.

Member Function Documentation

◆ set_system_override()

message-converter.TargetPlatform.set_system_override ( override_system)
Set a system override for the target. Please follow the style from https://docs.python.org/3/library/platform.html#platform.system

Definition at line 30 of file message-converter.py.

◆ system()

message-converter.TargetPlatform.system ( )
Target System name. It follows the conventions from https://docs.python.org/3/library/platform.html#platform.system

Definition at line 37 of file message-converter.py.

Member Data Documentation

◆ system_override

message-converter.TargetPlatform.system_override = None
static

Definition at line 24 of file message-converter.py.


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