Changes in directory llvm/tools/llvm-ar:
Makefile updated: 1.11 -> 1.12
---
Log message:
this doesn't directly depend on bytecode
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvm-ar/Makefile
diff -u llvm/tools/llv
Changes in directory llvm/tools/llvm-ar:
Makefile updated: 1.10 -> 1.11
---
Log message:
Use LINK_COMPONENTS to specify *components* to link against instead of
using USED_LIBS to specify *libraries* to link against.
---
Diffs of the changes: (+1 -2)
Makefile |3 +--
1 files changed, 1
Changes in directory llvm/tools/llvm-ar:
Makefile updated: 1.9 -> 1.10
---
Log message:
Tools require EH for their top-level try blocks.
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/llvm-ar/Makefile
diff -u llvm/tools/llvm-ar/Make
Changes in directory llvm/tools/llvm-ar:
Makefile updated: 1.8 -> 1.9
---
Log message:
Use archive libraries instead of object files for VMCore, BCReader,
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate
these changes. This was done to speed up link times.
---
Diffs