[clang] [Driver] Clean up unused architecture related bits for *BSD's (PR #69809)

Ed Maste via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 18:52:44 PDT 2023


================
@@ -247,12 +247,8 @@ std::unique_ptr<TargetInfo> AllocateTarget(const llvm::Triple &Triple,
     switch (os) {
     case llvm::Triple::Linux:
       return std::make_unique<LinuxTargetInfo<ARMbeTargetInfo>>(Triple, Opts);
-    case llvm::Triple::FreeBSD:
----------------
emaste wrote:

OK - there are no supported FreeBSD releases left that support armeb, and it was uncommon enough that I can't imagine anyone wants to use contemporary clang to target unsupported releases.

https://github.com/llvm/llvm-project/pull/69809


More information about the cfe-commits mailing list