November 18, 2019
https://issues.dlang.org/show_bug.cgi?id=20405

          Issue ID: 20405
           Summary: pipelink.exe ignores LLVMInstallDir property when
                    lld-link.exe is used.
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: visuald
          Assignee: nobody@puremagic.com
          Reporter: rmanth@gmail.com

Visual Studio allows the location of lld-link.exe to be overridden with the "LLVMInstallDir" property. Although pipelink.exe now delegates to the correct linker, it ignores this property. This is particularly problematic as in some cases the 32-bit linker that visual studio provides cannot allocate enough memory.


Related to https://issues.dlang.org/show_bug.cgi?id=20387.

--