llvm-project/lld/lib/ReaderWriter
Rui Ueyama 07fae9691b [PECOFF] Fix /entry option.
This is yet another edge case of ambiguous name resolution.
When a symbol is specified with /entry:SYM, SYM may be resolved
to the C++ mangled function name (?SYM@@YAXXZ).

llvm-svn: 218706
2014-09-30 21:39:49 +00:00
..
ELF [lld] [ELF] Support for general dynamic TLS relocations on X86_64 2014-09-29 22:05:26 +00:00
MachO [mach-o] add file comment to compact unwind pass 2014-09-30 21:32:46 +00:00
Native Update for LLVM api change 2014-08-25 18:16:56 +00:00
PECOFF [PECOFF] Fix /entry option. 2014-09-30 21:39:49 +00:00
YAML [mach-o] create __unwind_info section on x86_64 2014-09-30 21:29:54 +00:00
CMakeLists.txt [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to increase opportunity for parallel build. 2014-02-26 06:53:16 +00:00
CoreLinkingContext.cpp Move GOTPass and StubsPass from Core to MachO 2014-07-09 21:04:24 +00:00
FileArchive.cpp Always check that instantiateMember returns only one file. 2014-09-11 20:42:01 +00:00
LinkerScript.cpp [ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script command. 2014-07-15 17:17:30 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
Reader.cpp [PECOFF] Support COMDAT associative sections. 2014-06-17 16:19:33 +00:00
Writer.cpp [lld][InputGraph] Change the Resolver to use inputGraph 2013-10-07 02:47:09 +00:00