www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 20405] New: pipelink.exe ignores LLVMInstallDir property when

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.

--
Nov 18 2019