[Issue 18510] [Beta 2.079] lld-link.exe fails to open obj file in subpath

2018-02-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18510

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 18510] [Beta 2.079] lld-link.exe fails to open obj file in subpath

2018-02-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18510

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/c75ca864f10a1513780172aca5472e8f885f8a87
fix issue 18510 - lld-link.exe fails to open obj file in subpath

LLD doesn't assume .obj automatically for files with '\' in the name, but there
is no good reason to strip the extension to begin with

https://github.com/dlang/dmd/commit/22aeea76549cb6f5dbf0460981f3e0661e754a68
Merge pull request #7946 from rainers/issue18510

fix issue 18510 - lld-link.exe fails to open obj file in subpath

--


[Issue 18510] [Beta 2.079] lld-link.exe fails to open obj file in subpath

2018-02-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18510

Rainer Schuetze  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #2 from Rainer Schuetze  ---
https://github.com/dlang/dmd/pull/7946

--


[Issue 18510] [Beta 2.079] lld-link.exe fails to open obj file in subpath

2018-02-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18510

--- Comment #1 from Rainer Schuetze  ---
Not automatically appending the ".obj" seems to be an incompatibility with the
MS linker.

--