aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/DynamicLibrary.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2011-11-04Add missing includes/class declaration.Eli Friedman
2011-08-17...and make sure DynamicLibrary builds by removing "const" from the Invalid p...Jordy Rose
2011-08-17Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...Jordy Rose
2011-08-17Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer