From: George Koehler Subject: Re: LLVM22 missing bits from upstream To: S V Cc: tech , "robert@openbsd.org" Date: Wed, 3 Jun 2026 11:34:25 -0400 On Wed, 3 Jun 2026 13:57:43 +0300 S V 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 at line 790 of src/gnu/llvm/clang/lib/Basic/Targets.cpp, so your patch wouldn't apply. (Your patch also adds OpenBSDTargetInfo, but upstream's and my Targets.cpp only have 64.) --gkoehler