[2023-08-09T04:31:20Z] hi [2023-08-09T22:40:23Z] hey, i'm trying to use the mold linker and llvm with -flto=thin but it keeps complaining that it can't find LLVMgold.so, which i don't have.. it looks like i need to compile llvm with -DLLVM_BINUTILS_INCDIR=/usr/include to create it? [2023-08-09T22:42:13Z] has anyone done this? :) any reason why this isn't already in the build file for llvm btw? wondering if it's a bad idea or not