| commit | c8a53795ab3463d29950f25f6b91860ef43c502b | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Thu Jul 11 08:46:21 2013 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Thu Jul 11 08:46:21 2013 +0000 |
| tree | 38e1817a8c699092f4d348792ccc0b249525bcec | |
| parent | 67ddcd6dd08f31c74b4c6662aeb9574651d0c7c7 [diff] |
[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