Pre-built windows binaries: No llvm-config.exe after installation

Hiya!

Looking into my llvm 3.6.2, 3.7.0 and 3.8.0_r253269 installations on Windows I'm noticing that there is no llvm-config.exe for at least 3 minor versions.

Is this known / intended / (a bug)?

Nikolai

Hi Nikolai,

libclang seems to be the exception to this since libclang.dll and it's headers are shipped. Because there is no llvm-config.exe, we need to hard code some paths (include dir, lib dir) for Windows.

For what it's worth, +1 for having llvm-config.exe to complete the libclang use case :slight_smile:

Nikolai