Changes in directory llvm/tools/llvm-db:
Makefile updated: 1.13 -> 1.14
---
Log message:
debugger depends on bcreader, not llvm-db
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvm-db/Makefile
diff -u llvm/tools/ll
Changes in directory llvm/tools/llvm-db:
Makefile updated: 1.12 -> 1.13
---
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-db:
Makefile updated: 1.11 -> 1.12
---
Log message:
Build more debugger/selectiondag libraries as archives instead of .o files.
This works around bugs in some versions of the cygwin linker.
Patch contributed by Anton Korobeynikov.
---
Diffs of the change
Changes in directory llvm/tools/llvm-db:
Makefile updated: 1.10 -> 1.11
---
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-db/Makefile
diff -u llvm/tools/llvm-db/Mak
Changes in directory llvm/tools/llvm-db:
Makefile updated: 1.9 -> 1.10
---
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.
---
Diff
Changes in directory llvm/tools/llvm-db:
Makefile updated: 1.8 -> 1.9
---
Log message:
This no longer needs the JIT.
---
Diffs of the changes: (+1 -4)
Makefile |5 +
1 files changed, 1 insertion(+), 4 deletions(-)
Index: llvm/tools/llvm-db/Makefile
diff -u llvm/tools/llvm-db/Make