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

Brad Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 11:38:16 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:
----------------
brad0 wrote:

Ya, even with support being removed I didn't think it was common at all.

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


More information about the cfe-commits mailing list