llvm-project/lld/lib
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 [Passes][GOT] Split perform() into small predicate functions for readability sake. 2013-06-17 17:29:46 +00:00
ReaderWriter [PECOFF] Support linking against DLL. 2013-07-11 08:46:21 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00