aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Cygwin/DynamicLibrary.cpp
AgeCommit message (Collapse)Author
2004-12-20Cygwin doesn't like .. through a link, so drop the ..Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19076 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer
library (shared library/shared object) whose symbols can be looked up dynamically. Used for plug-ins. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17940 91177308-0d34-0410-b5e6-96231b3b80d8