================
@@ -255,6 +255,8 @@ class LLVM_LIBRARY_VISIBILITY FreeBSDTargetInfo : public
OSTargetInfo<Target> {
break;
case llvm::Triple::loongarch64:
case llvm::Triple::riscv64:
+ case llvm::Triple::riscv32be:
----------------
djtodoro wrote:
Well, it was removed with:
```
commit 4294fe173e9696a4c090857fa0766cd44c1964dc
Author: Brad Smith <[email protected]>
Date: Sun Jan 19 22:23:11 2025 -0500
[Driver][FreeBSD] Remove FreeBSD/loongarch32 support (#122515)
FreeBSD going forward will not have 32-bit arch support.
Also missed a spot with removing riscv32 support.
```
https://github.com/llvm/llvm-project/pull/165599
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits