llvm-project/lld/test/COFF/Inputs
Rui Ueyama afb1901e42 COFF: Support /manifestinput command line option.
Manifest file is a separate or embedded XML file having metadata
of an executable. As it is XML, it can contain various types of
information. Probably the most popular one is to request escalated
priviledges.

Usually the linker creates an XML file and embed that file into
an executable. However, there's a way to supply an XML file from
command line. /manifestniput is it.

Apparently it is over-designed here, but if you supply two or more
manifest files, then the linker needs to merge the files into a
single XML file. A good news is that we don't need to do that ourselves.
MT.exe command can do that, so we call the command from the linker
in this patch.

llvm-svn: 266704
2016-04-19 01:21:58 +00:00
..
armnt-executable.obj.yaml COFF: ARM: Set correct entry point address. 2015-07-25 02:25:14 +00:00
armnt-executable.s COFF: ARM: Set correct entry point address. 2015-07-25 02:25:14 +00:00
conflict.ll Add layout/triple to fix test on platforms where names are mangled. 2015-06-30 01:15:54 +00:00
entry-mangled.ll COFF: Numerous fixes for interaction between LTO and weak externals. 2015-07-04 05:28:41 +00:00
export.ll COFF: Implement DLL symbol exports for bitcode files. 2015-06-18 05:22:15 +00:00
export.yaml [COFF] Correct tests with bogus alignment 2016-03-18 21:47:12 +00:00
export2.yaml COFF: Fix /export. 2015-06-29 14:27:10 +00:00
hello32.yaml COFF: Support 32-bit x86 DLL import table. 2015-07-09 00:45:50 +00:00
hello64.asm COFF: Support import-by-ordinal DLL imports. 2015-06-01 21:05:27 +00:00
hello64.obj COFF: Support import-by-ordinal DLL imports. 2015-06-01 21:05:27 +00:00
import.yaml COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
imports-mangle.lib COFF: Fix import symbol name mangling. 2015-07-09 20:22:41 +00:00
include1a.yaml [COFF] Fix invalid alignment in tests 2016-03-17 16:56:31 +00:00
include1b.yaml [COFF] Fix invalid alignment in tests 2016-03-17 16:56:31 +00:00
include1c.yaml COFF: Continue reading object files until converge. 2015-06-19 21:12:48 +00:00
library.lib COFF: ARM: Support import functions. 2015-07-25 03:39:29 +00:00
lto-chkstk-chkstk.s COFF: Handle references from LTO object to lazy symbols correctly. 2015-06-09 04:29:54 +00:00
lto-chkstk-foo.s COFF: Handle references from LTO object to lazy symbols correctly. 2015-06-09 04:29:54 +00:00
lto-comdat1.ll COFF: Symbol resolution for common and comdat symbols defined in bitcode. 2015-06-11 21:49:54 +00:00
lto-comdat2.ll COFF: Symbol resolution for common and comdat symbols defined in bitcode. 2015-06-11 21:49:54 +00:00
lto-dep.ll COFF: Skip internal symbols in bitcode files. 2015-06-08 20:21:28 +00:00
machine-x64.yaml COFF: Infer machine type earlier than before. 2015-07-09 19:54:13 +00:00
machine-x86.yaml COFF: Infer machine type earlier than before. 2015-07-09 19:54:13 +00:00
manifestinput.test COFF: Support /manifestinput command line option. 2016-04-19 01:21:58 +00:00
resource.res COFF: Support Windows resource files. 2015-06-14 21:50:50 +00:00
ret42.lib
ret42.obj
ret42.yaml COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
std32.lib COFF: Support 32-bit x86 DLL import table. 2015-07-09 00:45:50 +00:00
std64.lib COFF: Support import-by-ordinal DLL imports. 2015-06-01 21:05:27 +00:00
weak-external.ll COFF: Numerous fixes for interaction between LTO and weak externals. 2015-07-04 05:28:41 +00:00
weak-external2.ll COFF: Numerous fixes for interaction between LTO and weak externals. 2015-07-04 05:28:41 +00:00
weak-external3.ll [opaque pointer type] update test cases for explicit pointee types on global aliases 2015-09-11 03:22:12 +00:00