Go to file
Jan Wen Voung c11b45a2ea 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

llvm-svn: 228842
2015-02-11 16:12:50 +00:00
clang Fix amount of diagnostic classes 2015-02-11 07:56:16 +00:00
clang-tools-extra Fixed module-map-checker to recurse umbrella dirs when collecting headers. 2015-02-10 14:58:07 +00:00
compiler-rt [ASan] Print out a diagnostic when a global is unregistered 2015-02-11 15:21:09 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03 2015-02-11 15:48:21 +00:00
libcxxabi unwind: tweak inclusion ordering to work around GCC 2015-02-11 05:20:53 +00:00
lld [ELF][ARM] Fix veneer symbol names in Release build 2015-02-11 15:02:43 +00:00
lldb Fix windows build (broken by r228823) 2015-02-11 12:52:55 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm Gold-plugin: Broaden scope of get/release_input_file to scope of Module. 2015-02-11 16:12:50 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly Allow signed devision in access functions 2015-02-11 14:54:50 +00:00