Does anyone reading this have experience submitting bugs to the LLVM project? If I submit to the llvm-project github issues page is that a place that actually gets looked at?
@mcc llvm-config is only for linking against LLVM as a library, when you want to use functions with names like LLVMModuleCreateWithName.
[Many binary distributions of LLVM (reasonably) don't include llvm-config, which is a common source of confusion among users of my llvm-sys bindings crate which needs llvm-config.]