aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/DynamicLibrary.cpp
AgeCommit message (Expand)Author
2013-01-13Remove redundant 'llvm::' qualificationsDmitri Gribenko
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-09-04Fix Android build of gtest and lib/Support.Evgeniy Stepanov
2011-08-22Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose
2011-08-17Static fields require an out-of-line definition. Fix DynamicLibrary for real.Jordy Rose
2011-08-17Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose
2010-12-07Don't leak the mutex when loading dynamic libraries.Owen Anderson
2010-11-29Merge System into Support.Michael J. Spencer