We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description The (experimental) CMake build process fails with the install target when trying to install llvm-as (which was never built).
install
llvm-as
Steps to Reproduce
cmake -H. -Bbuild -G "Visual Studio 16" -Ax64 -DCMAKE_INSTALL_PREFIX=install -C cmake\caches\PredefinedParams.cmake cmake --build build cmake --build --target install
Actual Behavior The install target fails with:
CMake Error at tools/llvm-as/cmake_install.cmake:43 (file): file INSTALL cannot find "C:/Users/lunarg/work/microsoft/DirectXShaderCompiler/build/RelWithDebInfo/bin/llvm-as.exe": File exists. Call Stack (most recent call first): tools/cmake_install.cmake:47 (include) cmake_install.cmake:117 (include)
Environment
HEAD
main
The text was updated successfully, but these errors were encountered:
This is a duplicate of:
#5682
We've never used the install action so it doesn't work.
Sorry, something went wrong.
No branches or pull requests
Description
The (experimental) CMake build process fails with the
install
target when trying to installllvm-as
(which was never built).Steps to Reproduce
Actual Behavior
The
install
target fails with:Environment
HEAD
onmain
The text was updated successfully, but these errors were encountered: