Closed
Description
Description
For the current LLVM install in the Windows runners, the C:\Program Files\LLVM\bin
directory seems to lack the expected llvm-config.exe
binary. Is this on purpose? That executable is vital for downstream projects to query configuration options such as the full set of library paths needed to link against llvm, etc.
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Image version and build link
Version: 20250629.1.0
Version: 20250701.1.0
Is it regression?
unknown
Expected behavior
There should be a C:\Program Files\LLVM\bin\llvm-config.exe
Actual behavior
There is no C:\Program Files\LLVM\bin\llvm-config.exe
Repro steps
ls $PROGRAMFILES/LLVM/bin | grep llvm-config