[lld] r308998 - lld: only write .manifest files if /manifest is passed, PR33925

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 09:08:30 PDT 2017


Merged to 5.0 together with r309002 in r309128.

On Tue, Jul 25, 2017 at 11:08 AM, Nico Weber via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: nico
> Date: Tue Jul 25 11:08:03 2017
> New Revision: 308998
>
> URL: http://llvm.org/viewvc/llvm-project?rev=308998&view=rev
> Log:
> lld: only write .manifest files if /manifest is passed, PR33925
>
> Also emit an error if /manifestinput: is used without /manifest:embed.
> Increases compatibility with link.exe
>
> https://reviews.llvm.org/D35842
>
> Modified:
>     lld/trunk/COFF/Config.h
>     lld/trunk/COFF/Driver.cpp
>     lld/trunk/test/COFF/manifest.test
>     lld/trunk/test/COFF/manifestinput.test


More information about the llvm-commits mailing list