[llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanently
authorPeter Zotov <whitequark@whitequark.org>
Wed, 6 Nov 2013 09:45:58 +0000 (09:45 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Wed, 6 Nov 2013 09:45:58 +0000 (09:45 +0000)
commit92198d4f0a7da1173e937a7a500a4bf9a553ea34
treef217df6625fa74a9488e01203f497142bb64d587
parente669e09d7d4245a88b10a772be3ba97aa5e14923
[llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanently

Presence of using namespace llvm depended on several #ifdef's, and
this broke the build on mswin32.

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