Changes in directory llvm/lib/Support:
PluginLoader.cpp updated: 1.17 -> 1.18
---
Log message:
LoadLibraryPermanently no longer throws an exception, so this code doesn't have
to catch it. Other minor cleanups.
---
Diffs of the changes: (+14 -28)
PluginLoader.cpp | 42 ++-
Changes in directory llvm/lib/Support:
PluginLoader.cpp updated: 1.16 -> 1.17
---
Log message:
dynamically allocate plugin space as needed
---
Diffs of the changes: (+12 -5)
PluginLoader.cpp | 17 -
1 files changed, 12 insertions(+), 5 deletions(-)
Index: llvm/lib/Suppor
Changes in directory llvm/lib/Support:
PluginLoader.cpp updated: 1.15 -> 1.16
---
Log message:
Remember plugins should someone like bugpoint want to know them.
---
Diffs of the changes: (+15 -0)
PluginLoader.cpp | 15 +++
1 files changed, 15 insertions(+)
Index: llvm/lib/Su