<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - symlinks creation is broken in LLVM 13 Windows build"
   href="https://bugs.llvm.org/show_bug.cgi?id=51692">51692</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>symlinks creation is broken in LLVM 13 Windows build
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Build scripts
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>cmake
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>arina.neshlyaeva@intel.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>LLVM branch origin/release/13.x.
LLVM is built inside Github Actions "windows-2019" image using the following
command:

cmake -Thost=x64 -G "Visual Studio 16" -DCMAKE_INSTALL_PREFIX="..\bin-13.0"  
-DCMAKE_BUILD_TYPE=Release  -DLLVM_ENABLE_PROJECTS="clang"
-DLLVM_ENABLE_DUMP=ON   -DLLVM_ENABLE_ASSERTIONS=ON  -DLLVM_INSTALL_UTILS=ON 
-DLLVM_TARGETS_TO_BUILD=AArch64\;ARM\;X86 
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly 
-DLLVM_LIT_TOOLS_DIR="C:\gnuwin32\bin" ..\llvm-13.0/llvm

The build and installation are reported as successful but symlinks are broken.

08/26/2021  02:59 AM                 0 clang++.exe
08/26/2021  02:59 AM                 0 llvm-lib.exe
08/26/2021  02:59 AM                 0 clang-cl.exe
08/26/2021  02:59 AM                 0 clang-cpp.exe
08/26/2021  02:43 AM        91,814,912 clang.exe

There is no issue before commit f37ea62e57b5e0e7b52102a2254288e205bfef89. So it
seems that "cmake -E create_symlink" command was not successful but error code
was not returned.

List of the tools installed inside "windows-2019" can be found here:
<a href="https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md">https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md</a>

You can access LLVM artifacts from mentioned build in Github Actions here:
<a href="https://github.com/ispc/ispc/suites/3636454262/artifacts/88150157">https://github.com/ispc/ispc/suites/3636454262/artifacts/88150157</a>

Link to the LLVM build log:
<a href="https://github.com/ispc/ispc/runs/3467483548">https://github.com/ispc/ispc/runs/3467483548</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>