summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/DynamicLibrary.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose2011-08-221-1/+2
| | | | llvm-svn: 138260
* Static fields require an out-of-line definition. Fix DynamicLibrary for real.Jordy Rose2011-08-171-0/+2
| | | | llvm-svn: 137844
* Use DynamicLibrary instances as a way to get symbols from a specific ↵Jordy Rose2011-08-171-41/+57
| | | | | | library. Preparation for upcoming (preliminary) support for plugins for the static analyzer. llvm-svn: 137791
* Don't leak the mutex when loading dynamic libraries.Owen Anderson2010-12-071-12/+5
| | | | llvm-svn: 121119
* Merge System into Support.Michael J. Spencer2010-11-291-0/+177
llvm-svn: 120298
OpenPOWER on IntegriCloud