Download raw body.
LLVM22 missing bits from upstream
On Wed, 3 Jun 2026 13:57:43 +0300 S V <nerfur@gmail.com> wrote: > But I was looking into new src/gnu/llvm and noticed missing bits from > upstream (which is needed to me, that's why I checked it) > > base LLVM/clang missing this triples for OpenBSD on loongarch64 arch > > https://github.com/llvm/llvm-project/pull/149737 Is your src out of date? I have cvs up'ed my src tree and it already has upstream's OpenBSDTargetInfo<LoongArch64TargetInfo> at line 790 of src/gnu/llvm/clang/lib/Basic/Targets.cpp, so your patch wouldn't apply. (Your patch also adds OpenBSDTargetInfo<LoongArch32TargetInfo>, but upstream's and my Targets.cpp only have 64.) --gkoehler
LLVM22 missing bits from upstream