llvm-6502/test/tools/gold
Jan Wen Voung 0dfec56734 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
2015-02-11 16:12:50 +00:00
..
Inputs Handle a symbol being undefined. 2015-01-14 13:53:50 +00:00
alias.ll
bad-alias.ll
bcsection.ll
coff.ll Remember the unmangled name in the plugin. 2014-12-09 16:50:57 +00:00
comdat.ll Change the .ll syntax for comdats and add a syntactic sugar. 2015-01-06 22:55:16 +00:00
common.ll
emit-llvm.ll Fix linking of shared libraries. 2015-01-14 20:08:46 +00:00
invalid.ll
linker-script.ll
linkonce-weak.ll
lit.local.cfg
mtriple.ll
no-map-whole-file.ll Gold-plugin: Broaden scope of get/release_input_file to scope of Module. 2015-02-11 16:12:50 +00:00
option.ll Fix the test. 2014-11-12 14:23:04 +00:00
pr19901.ll
slp-vectorize.ll Enable the slp vectorizer in the gold plugin. 2014-10-30 00:38:54 +00:00
stats.ll This test requires asserts because of -stats. 2014-11-25 20:56:56 +00:00
vectorize.ll Enable the loop vectorizer in the gold plugin. 2014-10-30 00:11:24 +00:00
weak.ll