15 #ifndef LLVM_CLANG_BASIC_TARGETOPTIONS_H
16 #define LLVM_CLANG_BASIC_TARGETOPTIONS_H
Options for controlling the target.
std::vector< std::string > Reciprocals
std::string FPMath
If given, the unit to use for floating point math.
std::string LinkerVersion
If given, the version string of the linker in use.
std::string CPU
If given, the name of the target CPU to generate code for.
std::string ABI
If given, the name of the target ABI to use.
std::vector< std::string > Features
std::vector< std::string > FeaturesAsWritten
The list of target specific features to enable or disable, as written on the command line...