Without this, /linkrepro would create an invalid tar file.
No tests because this requires Windows and the linkrepro tests
require not-Windows.
|  Differential  D38973  
COFF: Give manifest resource file a name. Authored by pcc on Oct 16 2017, 2:05 PM. 
Details Without this, /linkrepro would create an invalid tar file. No tests because this requires Windows and the linkrepro tests 
Diff Detail 
 Event TimelineComment Actions 
 Why does this require Windows? lld does manifest stuff natively nowadays, so this should be testable on non-Windows I think. Comment Actions That's true. Our implementation of the Windows maniifest tool appears to require libxml, so I suppose we could gate the test on the libxml2 feature. We might also want to do something like D38977 to test this on Windows as well. |