[Issue 20405] pipelink.exe ignores LLVMInstallDir property when lld-link.exe is used.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 22 08:29:23 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=20405

--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
Works as expected here:
- installed the clang components
- renamed the VC\Tools\LLVM
- switched test project to use clang toolchain (has both cpp and d sources)
- added property to set LLVMInstallDir (before importing Microsoft.Cpp.props)
- build project

-> runs lld-link.exe through pipelink.exe successfully (can be seen in
pipelink.read.1.tlog)

What's different in your setup?

--


More information about the Digitalmars-d-bugs mailing list