Add AddSymbol() method to DynamicLibrary to work around Windows limitation
authorJeff Cohen <jeffc@jolt-lang.org>
Mon, 30 Jan 2006 04:33:51 +0000 (04:33 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Mon, 30 Jan 2006 04:33:51 +0000 (04:33 +0000)
commit85046901b8ab3c447889338f03a1fd2805198ad7
tree25ecdfcb9e2ac7c3e14781e3a9e00ea714a2fffb
parent0e753d617be1ff6a9ac0f894da9d2544e2489850
Add AddSymbol() method to DynamicLibrary to work around Windows limitation
of being unable to search for symbols in an EXE.  It will also allow other
existing hacks to be improved.

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