Implement the default constructor which causes the current program to be
authorReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 10:39:46 +0000 (10:39 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 10:39:46 +0000 (10:39 +0000)
commit441cc2ab01685fa9f03fbadbc83716dcdbfdc492
tree52053593b63d61f832a15211351843369c9104db
parent7a9369065d1ab22e32af65bd505ce5bc45a2216c
Implement the default constructor which causes the current program to be
opened as if it was a dynamic library so its symbols can be searched too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18341 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/DynamicLibrary.cpp
lib/System/Unix/DynamicLibrary.cpp
lib/System/Win32/DynamicLibrary.cpp
lib/System/Win32/DynamicLibrary.inc