Home | History | Annotate | Download | only in Driver

Lines Matching refs:Arch

473   // Don't attempt to generate preprocessed files if multiple -arch options are
487 "preprocessed source with multiple -arch options.";
865 llvm::Triple::ArchType Arch =
867 if (Arch == llvm::Triple::UnknownArch) {
879 // When there is no explicit arch for this platform, make sure we still bind
887 // Add in arch bindings for every top level action, as well as lipo and
895 // changing the output names to include the arch, which would also fix
909 // Lipo if necessary, we do it this way because we need to set the arch flag
1872 // If an explict Darwin arch name is given, that trumps all.
1878 // Handle the Darwin '-arch' flag.