On Mon, Aug 03, 2020 at 08:58:44AM +0100, Julian Smith wrote: > I'd like to try llvm-10 (latest git master), but when i try to build on > OpenBSD-6.7 (amd64), but i get build failures such as:
> llvm-project/libcxxabi/../libcxx/include/__config:1150:6: error: "No thread > API"). > Is there a set of patches somewhere that i can use? > [ports/lang/clang/ doesn't seem to have anything relevant.] It's in tree today. So you can either try compiling it from in-tree, or await a snapshot with it. --Kurt