[llvm-commits] CVS: llvm/include/llvm/System/DynamicLibrary.h

2006-07-07 Thread Chris Lattner
Changes in directory llvm/include/llvm/System: DynamicLibrary.h updated: 1.6 - 1.7 --- Log message: Change LoadLibraryPermanently to not throw an exception. --- Diffs of the changes: (+4 -3) DynamicLibrary.h |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/System/DynamicLibrary.h Program.h

2006-05-19 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: DynamicLibrary.h updated: 1.5 - 1.6 Program.h updated: 1.8 - 1.9 --- Log message: Fix some doxygen usage in these headers. --- Diffs of the changes: (+4 -5) DynamicLibrary.h |2 +- Program.h|7 +++ 2 files changed, 4

[llvm-commits] CVS: llvm/include/llvm/System/DynamicLibrary.h

2006-01-29 Thread Jeff Cohen
Changes in directory llvm/include/llvm/System: DynamicLibrary.h updated: 1.4 - 1.5 --- Log message: 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. --- Diffs