+1
−1
+19
−7
Loading
------------------------------------------------------------------------ r308998 | nico | 2017-07-25 11:08:03 -0700 (Tue, 25 Jul 2017) | 7 lines 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 ------------------------------------------------------------------------ ------------------------------------------------------------------------ r309002 | nico | 2017-07-25 11:39:38 -0700 (Tue, 25 Jul 2017) | 6 lines Attempt to fix lld tests on Windows after 308998. The test used /manifestinput: without /manifest:embed, which isn't actually supported. Just remove this part of the test for now; if it's important to check this the llvm-readobj part should be extended to check this. ------------------------------------------------------------------------ llvm-svn: 309128