We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe08262 commit b601bb7Copy full SHA for b601bb7
clang/lib/Driver/Driver.cpp
@@ -699,10 +699,6 @@ static llvm::Triple computeTargetTriple(const Driver &D,
699
}
700
701
702
- // Currently the only architecture supported by *-uefi triples are x86_64.
703
- if (Target.isUEFI() && Target.getArch() != llvm::Triple::x86_64)
704
- D.Diag(diag::err_target_unknown_triple) << Target.str();
705
-
706
// The `-maix[32|64]` flags are only valid for AIX targets.
707
if (Arg *A = Args.getLastArgNoClaim(options::OPT_maix32, options::OPT_maix64);
708
A && !Target.isOSAIX())
0 commit comments