================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to