Limit the symbol search in DynamicLibrary to the module that was opened.
authorZachary Turner <zturner@google.com>
Wed, 27 Aug 2014 17:06:22 +0000 (17:06 +0000)
committerZachary Turner <zturner@google.com>
Wed, 27 Aug 2014 17:06:22 +0000 (17:06 +0000)
commit70d2d3cd4519893bff442b14d09883e03565f2a1
tree238579220560e52c4ae716981d60ccf0bf34df8d
parent5e487f8dc7fa666fd0b2102eb12c899b642bb52e
Limit the symbol search in DynamicLibrary to the module that was opened.

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

Reviewed By: Reid Kleckner, Rafael Espindola

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216563 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/DynamicLibrary.cpp