FLANG
|
#include <flang/Common/LangOptions.h>
Public Attributes | |
std::string | OMPHostIRFile |
std::vector< llvm::Triple > | OMPTargetTriples |
List of triples passed in using -fopenmp-targets. | |
Additional Inherited Members | |
![]() | |
enum | SignedOverflowBehaviorTy { SOB_Undefined , SOB_Defined } |
enum | FPModeKind { FPM_Off , FPM_Fast } |
Tracks various options which control the dialect of Fortran that is accepted. Based on clang::LangOptions
std::string Fortran::common::LangOptions::OMPHostIRFile |
Name of the IR file that contains the result of the OpenMP target host code generation.