When using the llvm-config.exe, it reports bogus directories, hence projects depending on LLVM will fail to configure. I'm trying to build the POCL library using the LLVM Vcpkg, but the tools report directories like:
PS C:\Users\mnagy> .\Source\Repos\vcpkg\installed\x64-windows\tools\llvm\llvm-config.exe --includedir
C:\Users\mnagy\Source\Repos\vcpkg\installed\x64-windows\tools/include
PS C:\Users\mnagy> .\Source\Repos\vcpkg\installed\x64-windows\tools\llvm\llvm-config.exe --libdir
C:\Users\mnagy\Source\Repos\vcpkg\installed\x64-windows\tools\lib
PS C:\Users\mnagy> .\Source\Repos\vcpkg\installed\x64-windows\tools\llvm\llvm-config.exe --bindir
C:\Users\mnagy\Source\Repos\vcpkg\installed\x64-windows\tools\tools\llvm
None of these directories exist.
When using the
llvm-config.exe, it reports bogus directories, hence projects depending on LLVM will fail to configure. I'm trying to build the POCL library using the LLVM Vcpkg, but the tools report directories like:None of these directories exist.