<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 - LLVM compiler toolchain extension does not work for Microsoft Visual Studio 2019"
   href="https://bugs.llvm.org/show_bug.cgi?id=41758">41758</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLVM compiler toolchain extension does not work for Microsoft Visual Studio 2019
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>8.0
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>All
          </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>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>amitin@instantiations.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Having installed MSVS 2019 Professional and 'LLVM Compiler Toolchain'
extension, I use -T"llvm" cmake argument for my cmake-based project to get it
targeted to llvm toolset. 
But Visual Studio 2019 reports that it's an unknown toolset. Attempting to
manually retarget my project generated with standard toolset has no effect
because I cannot see 'llvm' as an optional toolset in MSVS IDE.

However, it works just fine with Visual Studio 2017. 

As a workaround, I copied all llvm-related stuff from 
C:\Program Files\Microsoft Visual
Studio\2019\Professional\Common7\IDE\VC\VCTargets
to
C:\Program Files\Microsoft Visual
Studio\2019\Professional\MSBuild\Microsoft\VC\v160</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>