Changes in directory llvm/tools/llvm-ranlib:
llvm-ranlib.cpp updated: 1.11 -> 1.12
---
Log message:
switch tools to bitcode instead of bytecode
---
Diffs of the changes: (+1 -1)
llvm-ranlib.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvm-ranlib/llvm-r
Changes in directory llvm/tools/llvm-ranlib:
llvm-ranlib.cpp updated: 1.10 -> 1.11
---
Log message:
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
With this change, I can now move -stats to print when llvm_shutdown is called.
---
Diffs of the changes: (+2 -0)
Changes in directory llvm/tools/llvm-ranlib:
llvm-ranlib.cpp updated: 1.9 -> 1.10
---
Log message:
Fix a bug introduced by a change in the Archive::writeToDisk interface.
---
Diffs of the changes: (+1 -1)
llvm-ranlib.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: ll
Changes in directory llvm/tools/llvm-ranlib:
llvm-ranlib.cpp updated: 1.8 -> 1.9
---
Log message:
Remove EH use from the Archive library and adjust its users accordingly.
---
Diffs of the changes: (+2 -1)
llvm-ranlib.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index:
Changes in directory llvm/tools/llvm-ranlib:
llvm-ranlib.cpp updated: 1.7 -> 1.8
---
Log message:
ditto
---
Diffs of the changes: (+1 -0)
llvm-ranlib.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/llvm-ranlib/llvm-ranlib.cpp
diff -u llvm/tools/llvm-ranlib/llvm-ranlib.cp