llvm-project/lld/test/COFF
Rui Ueyama bbdec4fc82 COFF: Fix dllexported symbol names on x86.
Symbol names are usually mangled by appending "_" prefix on x86.
But the mangled name is not used in DLL export table. The export
table contains unmangled names.

llvm-svn: 241872
2015-07-09 22:51:41 +00:00
..
Inputs COFF: Fix dllexported symbol names on x86. 2015-07-09 22:51:41 +00:00
alternatename.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
ar-comdat.test COFF: Fix bug involving archives defining a symbol multiple times. 2015-07-07 02:15:25 +00:00
base.test COFF: Fix /base option. 2015-07-03 00:02:19 +00:00
baserel.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
common.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
conflict.test COFF: Implement SymbolBody::getDebugName() for DefinedBitcode symbols. 2015-06-30 00:47:52 +00:00
debug.test COFF: Ignore debug symbols. 2015-06-24 00:05:50 +00:00
defparser.test COFF: Fix lexer for the module-definition file. 2015-06-25 21:06:00 +00:00
delayimports.test COFF: Fix ordinal-only delay-imported symbols. 2015-07-03 04:32:49 +00:00
dll.test COFF: Fix /export. 2015-06-29 14:27:10 +00:00
driver.test COFF: Implement subsystem inference. 2015-05-31 03:55:46 +00:00
entry-inference.test COFF: Improve undefined symbol diagnostics. 2015-07-07 18:38:39 +00:00
entry-inference2.test COFF: Infer entry point as early as possible, but not too early. 2015-07-02 03:15:15 +00:00
entry-mangled.test COFF: Numerous fixes for interaction between LTO and weak externals. 2015-07-04 05:28:41 +00:00
entrylib.ll COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
export.test COFF: Don't print warning message for identical /export options. 2015-07-03 23:23:29 +00:00
export32.test COFF: Fix dllexported symbol names on x86. 2015-07-09 22:51:41 +00:00
failifmismatch.test COFF: Add /failifmismatch option. 2015-06-04 19:21:24 +00:00
filetype.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
force.test COFF: Improve undefined symbol diagnostics. 2015-07-07 18:38:39 +00:00
heap.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
hello32.test COFF: Implement base relocations for x86. 2015-07-09 20:36:59 +00:00
help.test COFF: Add /help option. 2015-05-29 16:11:52 +00:00
icf.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
imports-mangle.test COFF: Fix import symbol name mangling. 2015-07-09 20:22:41 +00:00
imports.test COFF: Fix bug in garbage collector. 2015-07-04 01:10:32 +00:00
include.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
include2.test COFF: Change the order of adding symbols to the symbol table. 2015-06-30 19:35:21 +00:00
internal.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
libpath.test COFF: Fix precedence between LIB and /libpath. 2015-06-19 22:39:48 +00:00
linkenv.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
lldmap.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
locally-imported.test COFF: Fix locally-imported symbols. 2015-07-02 20:33:50 +00:00
locally-imported32.test COFF: Fix locally-imported symbol's size for x86. 2015-07-09 21:15:58 +00:00
long-section-name.test COFF: Emit a symbol table if /debug is specified 2015-07-08 16:37:50 +00:00
lto-chkstk.ll COFF: Handle references from LTO object to lazy symbols correctly. 2015-06-09 04:29:54 +00:00
lto-comdat.ll COFF: Symbol resolution for common and comdat symbols defined in bitcode. 2015-06-11 21:49:54 +00:00
lto-linker-opts.ll COFF: Read linker directives from bitcode files. 2015-06-06 02:00:45 +00:00
lto-new-symbol.ll COFF: Allow the combined LTO object to define new symbols. 2015-06-09 02:53:09 +00:00
lto.ll COFF: Set parent name for bitcode files. 2015-07-08 19:14:33 +00:00
machine.test COFF: Infer machine type earlier than before. 2015-07-09 19:54:13 +00:00
manifest.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
merge.test COFF: Implement /merge option. 2015-07-04 23:37:32 +00:00
nodefaultlib.test COFF: Improve undefined symbol diagnostics. 2015-07-07 18:38:39 +00:00
noentry.test COFF: Add /noentry flag. 2015-06-28 19:56:30 +00:00
opt.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
options.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
order.test COFF: Change the order of adding symbols to the symbol table. 2015-06-30 19:35:21 +00:00
out.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
reloc-x64.test COFF: Fix AMD64_SECTION relocation. 2015-07-08 01:47:28 +00:00
reloc-x86.test COFF: Infer machine type earlier than before. 2015-07-09 19:54:13 +00:00
resource.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
responsefile.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
stack.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
subsystem-inference.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
subsystem.test COFF: Implement subsystem inference. 2015-05-31 03:55:46 +00:00
symtab.test COFF: Fill in the type and storage class in the symbol table 2015-07-09 17:43:50 +00:00
tls.test COFF: Set TLS table header field. 2015-07-06 01:48:01 +00:00
unwind.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
version.test COFF: Fix logic to find default entry name or subsystem. 2015-06-29 01:03:53 +00:00
weak-external.test COFF: Numerous fixes for interaction between LTO and weak externals. 2015-07-04 05:28:41 +00:00
weak-external2.test COFF: Numerous fixes for interaction between LTO and weak externals. 2015-07-04 05:28:41 +00:00
weak-external3.test COFF: Numerous fixes for interaction between LTO and weak externals. 2015-07-04 05:28:41 +00:00