llvm-project/lld/include/lld
Rui Ueyama c8a53795ab [PECOFF] Support linking against DLL.
This patch adds a new pass, IdataPass, to transform shared atom references
to real references and to construct the .idata section data. With this patch
lld can produce a working Hello World program by linking it against
kernel32.dll and user32.dll.

Reviewers: Bigcheese

CC: llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1096

llvm-svn: 186071
2013-07-11 08:46:21 +00:00
..
Core [PECOFF] Support linking against DLL. 2013-07-11 08:46:21 +00:00
Driver Don't pass llvm::errs() all over the place. Diagnostics always go to stderr. 2013-07-04 17:06:04 +00:00
Passes [LayoutPass] Add a method to check the followon graph structure. 2013-06-07 20:18:39 +00:00
ReaderWriter Removed unnecessary "class" keyword. 2013-06-21 19:30:16 +00:00