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?
Yes, this is still about fucking libunwind. I think I'm going to wind up filing five separate bugs on four separate projects by the time I'm done with this. And this may or may not actually get me any closer to actually being able to build programs with libc++
Okay, actually, here is a question. Has anyone reading this ever used the program `llvm-config`? Is llvm-config meant to be used with *clang*, or is it meant to be used when linking raw llvm with like idk IR or something? That is, is llvm-config a replacement for pkg-config used by llvm projects, or is it a different thing entirely?

@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.]