llvm-project/lld/unittests/DriverTests
Rui Ueyama 31fd9d09b2 [PECOFF] Invoke cvtres.exe in the driver.
Previously we invoked cvtres.exe for each compiled Windows
resource file. The generated files were then concatenated
and embedded to the executable.

That was not the correct way to merge compiled Windows
resource files. If you just concatenate generated files,
only the first file would be recognized and the rest would
be ignored as trailing garbage.

The right way to merge them is to call cvtres.exe with
multiple input files. In this patch we do that in the
Windows driver.

llvm-svn: 212763
2014-07-10 20:53:37 +00:00
..
CMakeLists.txt [PECOFF] Add a unit test for r198925. 2014-01-10 23:29:12 +00:00
DarwinLdDriverTest.cpp MachO: rename _outputFileType to avoid shadowing parent field. 2014-06-20 15:59:00 +00:00
DriverTest.h Remove operator[] that was used only in tests. 2014-05-06 00:50:46 +00:00
GnuLdDriverTest.cpp [ELF] Support --defsym=<symbol>=<symbol>. 2014-04-16 20:58:57 +00:00
InputGraphTest.cpp Fix test build on windows. 2014-06-11 22:23:45 +00:00
Makefile Fix build of DriverTests for config & make. 2014-07-06 11:28:56 +00:00
UniversalDriverTest.cpp
WinLinkDriverTest.cpp [PECOFF] Invoke cvtres.exe in the driver. 2014-07-10 20:53:37 +00:00
WinLinkModuleDefTest.cpp [PECOFF] DLL extension can be omitted in .def file. 2014-05-09 16:35:26 +00:00