Hi,
I noticed that LLVM-C isn't built for Linux and it is a requirement of shady. I tried building my own LLVM via -DLLVM_BUILD_LLVM_C_DYLIB=ON however I get:
CMake Error at tools/llvm-shlib/CMakeLists.txt:86 (message):
Generating libLLVM-c is only supported on Darwin
Is this a hard-requirement? Do I need to patch the CMake to force it to build for linux?
Kind regards