<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi,</div><div>I'm trying to use the following code in my project:</div><div><br></div><div>std::string ErrorMsg;<br>    if(sys::DynamicLibrary::LoadLibraryPermanently(0, &ErrorMsg))<br>    {<br>        errs() << "???\n";<br>        return -1;<br>    }</div><div><br></div><div>but DynamicLibrary is not found in the namespace. Have I missed something when I compile llvm? Any suggestion?</div><div><br></div><div>Thanks<br></div></div></div></div>