Skip to content

[LLVM] misconfiguration #4277

@MathiasMagnus

Description

@MathiasMagnus

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.

Metadata

Metadata

Assignees

Labels

category:port-bugThe issue is with a library, which is something the port should already support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions