aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/DynamicLibrary.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Fix Android build of gtest and lib/Support.Evgeniy Stepanov1-1/+1
2011-08-22Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose1-1/+2
2011-08-17Static fields require an out-of-line definition. Fix DynamicLibrary for real.Jordy Rose1-0/+2
2011-08-17Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose1-41/+57
2010-12-07Don't leak the mutex when loading dynamic libraries.Owen Anderson1-12/+5
2010-11-29Merge System into Support.Michael J. Spencer1-0/+177