FLANG
Public Attributes | List of all members
Fortran::common::LangOptions Class Reference

#include <flang/Common/LangOptions.h>

Inheritance diagram for Fortran::common::LangOptions:
Fortran::common::LangOptionsBase

Public Attributes

std::string OMPHostIRFile
 
std::vector< llvm::Triple > OMPTargetTriples
 List of triples passed in using -fopenmp-targets.
 

Additional Inherited Members

- Public Types inherited from Fortran::common::LangOptionsBase
enum  SignedOverflowBehaviorTy { SOB_Undefined , SOB_Defined }
 
enum  FPModeKind { FPM_Off , FPM_Fast }
 

Detailed Description

Tracks various options which control the dialect of Fortran that is accepted. Based on clang::LangOptions

Member Data Documentation

◆ OMPHostIRFile

std::string Fortran::common::LangOptions::OMPHostIRFile

Name of the IR file that contains the result of the OpenMP target host code generation.


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