hanchenye-llvm-project/lld/lib
Rui Ueyama 908606d0a9 [PECOFF] Create __ImageBase symbol.
__ImageBase is a symbol having 4 byte integer equal to the image base address
of the resultant executable. The linker is expected to create the symbol as if
it were read from a file.

In order to emit the symbol contents only when the symbol is actually
referenced, we created a pseudo library file to wrap the linker generated
symbol. The library file member is emitted to the output only when the member
is actually referenced, which is suitable for our purpose.

llvm-svn: 188052
2013-08-09 04:44:15 +00:00
..
Core Fix spelling error. s/Libary/Library/g. 2013-08-09 04:19:54 +00:00
Driver Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
Passes Fix test failure introduced in r187271 by enabling pipefail. 2013-07-29 21:50:33 +00:00
ReaderWriter [PECOFF] Create __ImageBase symbol. 2013-08-09 04:44:15 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00