Skip to content
New issue

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

Windows CMake install target fails #5867

Closed
lunarpapillo opened this issue Oct 14, 2023 · 1 comment
Closed

Windows CMake install target fails #5867

lunarpapillo opened this issue Oct 14, 2023 · 1 comment
Labels
bug Bug, regression, crash needs-triage Awaiting triage

Comments

@lunarpapillo
Copy link

Description
The (experimental) CMake build process fails with the install target when trying to install llvm-as (which was never built).

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

  • DXC version : n/a, using commit 93ad5b3 , which is currently HEAD on main
  • Host Operating System: Windows 10
@lunarpapillo lunarpapillo added bug Bug, regression, crash needs-triage Awaiting triage labels Oct 14, 2023
@llvm-beanz
Copy link
Collaborator

This is a duplicate of:

#5682

We've never used the install action so it doesn't work.

@llvm-beanz llvm-beanz closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug, regression, crash needs-triage Awaiting triage
Projects
Archived in project
Development

No branches or pull requests

2 participants