summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Cygwin/DynamicLibrary.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove these files as they are not being included any more. DynamicLibraryReid Spencer2004-12-241-27/+0
| | | | | | | is now implemented via ltdl.cpp which has its own way of dealing with the different platforms. llvm-svn: 19129
* Cygwin doesn't like .. through a link, so drop the ..Reid Spencer2004-12-201-1/+1
| | | | llvm-svn: 19076
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-181-0/+27
library (shared library/shared object) whose symbols can be looked up dynamically. Used for plug-ins. llvm-svn: 17940
OpenPOWER on IntegriCloud