Alternative fix to make sure that the extern declarations used by
authorDouglas Gregor <dgregor@apple.com>
Wed, 23 Dec 2009 19:12:50 +0000 (19:12 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 23 Dec 2009 19:12:50 +0000 (19:12 +0000)
commit37b7baec0dfe183a03df8e54be267cc2ae37be72
treee36ca0cb9fd995c8199f501afabb1003484da06f
parent0b64472737a1267d15ae218b833d516808848051
Alternative fix to make sure that the extern declarations used by
DynamicLibrary::SearchForAddressOfSymbol refer to declarations in the
global namespace.

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