https://bugs.llvm.org/show_bug.cgi?id=41758

            Bug ID: 41758
           Summary: LLVM compiler toolchain extension does not work for
                    Microsoft Visual Studio 2019
           Product: new-bugs
           Version: 8.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: ami...@instantiations.com
                CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to