<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/75991>75991</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            compiler-rt fails to build on windows. with Cmake error "Fetching target triple from compiler "MSVC" is not implemented." when 64 bit host and architecture selected 
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          nizmogtr
      </td>
    </tr>
</table>

<pre>
    Building compiler-rt on windows fails with the following error:

CMake Error at cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake:60 (message):
  Fetching target triple from compiler "MSVC" is not implemented.
Call Stack (most recent call first):
  cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake:11 (compiler_rt_mock_llvm_cmake_config_set_target_triple)
 cmake/Modules/CompilerRTUtils.cmake:351 (compiler_rt_mock_llvm_cmake_config)
  CMakeLists.txt:85 (load_llvm_config)


-- Configuring incomplete, errors occurred!
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJysk0GTmzgQhX-NuHSZggbs4cBhxrOcxped3blSQjSgWCCX1MRJfn1K4Dgzl1QqlYs4SN1fv-Y96b0eZqJKFE-ieI7kwqN11ay_TXZgF7W2-1o9Ldp0eh5A2emiDbmdY7AzXPXc2auHXmrj4ap5BB4JemuMvYb35Jx1InsUybNIbufxJM8E_4QbkAxqkmcSWJ9stxjyAuvjDfLvfyerzi8vb6e15GjnXg_x9j573Ccg8GEi7-VAAss7BaAmVmPAs3QDMbDTF0PQOzvdFYBAPL2-HQUiaA-zZdDTxdBEM1MX30aVxsArS3VeWdYzOFI0M6hw02vn-SP6T9WkaSD8GK5x3ExWnRtjPk_N-qZRa0HjiZtNVrPJCvwN_iv2_6yNv9Oy4jdxP5vDOvWL9uxj_sIie3woQg9jZXer-1jx_tztYNO7uPBb9BzIhpgEHjePeLBKLc5RJzCNuirryqyUEVXpIcmSLCsyjMaqfNj3mCQ5YitlV-aHtswxS7vskKTYp0WkK0wwSxGTJCkwxVhRqXCf9XLfY15iLvKEJqlNHEaOrRsi7f1C1aEoyzQysiXj1yggznSF9VIghmS4KtTs2mXwIk_Muol7F9ZsqHofjy0TbKEN4XmXlngLyjGseRMfvPg3PIsI15Fm2OfQaoYx-FXOHUinRs2keHEEngwppg6ixZlqZL744F-sBdaD5nFpY2UngXXQdvvsLs5-IsUC63UjwVvrxr4HAAD__1claHs">