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
//===----------------------------------------------------------------------===//
LLVMBool LLVMLoadLibraryPermanently(const char* Filename) {
- return sys::DynamicLibrary::LoadLibraryPermanently(Filename);
+ return llvm::sys::DynamicLibrary::LoadLibraryPermanently(Filename);
}
\ No newline at end of file