[llvm-bugs] [Bug 38483] New: VSPlugin: LLVM Compiler Toolchain: Uncommon Output and Temp Dirs

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 8 06:34:30 PDT 2018


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

            Bug ID: 38483
           Summary: VSPlugin: LLVM Compiler Toolchain: Uncommon Output and
                    Temp Dirs
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: neumann at imt.uni-luebeck.de
                CC: llvm-bugs at lists.llvm.org

The normal VS toolchain usually uses 
$(SolutionDir)$(Platform)\$(Configuration)\
$(Platform)\$(Configuration)\
As out and tmp dir. 

Was there a specific reason why the LLVM toolchain plugin uses:
$(SolutionDir)$(Configuration)\
$(Configuration)\

The later could be error prone/confusing if you plan to compile X86 and X64 and
the former compilation gets overwritten. 

(VS2017)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180808/cbf5aca0/attachment.html>


More information about the llvm-bugs mailing list