]> granicus.if.org Git - llvm/commit
Merging r309555:
authorHans Wennborg <hans@hanshq.net>
Wed, 2 Aug 2017 17:31:02 +0000 (17:31 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 2 Aug 2017 17:31:02 +0000 (17:31 +0000)
commitef9cccfdac036df338778d1a949ad5c9ca10d335
tree469a9dfb691f7992fef135ecc03ef60a6a4a9a7f
parentf02b39ca4c14050d0fb9f5427c8be8b106a5de79
Merging r309555:
------------------------------------------------------------------------
r309555 | mstorsjo | 2017-07-31 04:18:41 -0700 (Mon, 31 Jul 2017) | 10 lines

[llvm-dlltool] Write correct weak externals

Previously, the created object files for the import library were broken.
Write the symbol table before the string table. Simplify the code by
using a separate variable Prefix instead of duplicating a few lines.

Also update the coff-weak-exports to actually check that the generated
weak symbols can be found as intended.

Differential Revision: https://reviews.llvm.org/D36065
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@309837 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/COFFImportFile.cpp
test/DllTool/coff-weak-exports.def