| commit | 5a1ed789e19a9630711b0d23415bc598c9981b80 | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <rnk@google.com> | Fri Jun 02 17:48:06 2017 +0000 |
| committer | Reid Kleckner <rnk@google.com> | Fri Jun 02 17:48:06 2017 +0000 |
| tree | b9bc3341dbc6d631b784de219f50bdde4139caec | |
| parent | be6c0ca5e2fc352d9fae71adc88ec91603fd2b48 [diff] |
Add test case for LLD/COFF for stdcall exports in .def files The .def file parser changes I reverted broke this test case, and exported "__imp__foo" instead of "__imp__foo@8". This was http://crbug.com/728726. llvm-svn: 304572