Gold-plugin: Broaden scope of get/release_input_file to scope of Module.
authorJan Wen Voung <jvoung@google.com>
Wed, 11 Feb 2015 16:12:50 +0000 (16:12 +0000)
committerJan Wen Voung <jvoung@google.com>
Wed, 11 Feb 2015 16:12:50 +0000 (16:12 +0000)
commit0dfec56734c73ee941f11b58211de0ee62fe856b
tree21ca0cc58a6308e27b188230e7b1beb0022f8e23
parentfc58cf76769d6d9d86f2057104f0a639563268a4
Gold-plugin: Broaden scope of get/release_input_file to scope of Module.

Summary:
Move calls to get_input_file and release_input_file out of
getModuleForFile(). Otherwise release_input_file may end up
unmapping a view of the file while the view is still being
used by the Module (on 32-bit hosts).

Fix for PR22482.

Test Plan: Add test using --no-map-whole-files.

Reviewers: rafael, nlewycky

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D7539

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228842 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/gold/no-map-whole-file.ll [new file with mode: 0644]
tools/gold/gold-plugin.cpp