struct DetectedMultilibs
Declaration
struct DetectedMultilibs { /* full declaration omitted */ };
Declared at: clang/lib/Driver/ToolChains/Gnu.h:21
Member Variables
- public clang::driver::MultilibSet Multilibs
- The set of multilibs that the detected installation supports.
- public clang::driver::Multilib SelectedMultilib
- The primary multilib appropriate for the given flags.
- public llvm::Optional<Multilib> BiarchSibling
- On Biarch systems, this corresponds to the default multilib when targeting the non-default multilib. Otherwise, it is empty.