COFF: Don't add /manifest* flags to the response file.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 25 Oct 2017 05:00:54 +0000 (05:00 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 25 Oct 2017 05:00:54 +0000 (05:00 +0000)
commitacc3baaea10a297dd4c71287558fe433d9a2fdc6
treef5dc7fea28d354d816e083c7227f826aaba96731
parente0900acbd4583091dd7e631923bbd8fb2d86821a
COFF: Don't add /manifest* flags to the response file.

If /manifest:embed is enabled we're already creating a resource file
out of these flags and adding it to the linkrepro, and it doesn't
seem worth being able to repro side-by-side manifests.

Includes a test that covers this commit as well as r315948.

Differential Revision: https://reviews.llvm.org/D38975

llvm-svn: 316547
lld/COFF/Driver.cpp
lld/test/COFF/linkrepro-manifest.test [new file with mode: 0644]