Changes in directory llvm/tools/llvmc:
Makefile updated: 1.23 -> 1.24
---
Log message:
Fix build error on ARM.
Since CompilerDriver.cpp revision 1.44, llvmc must be linked against LLVMCore.a
(llvm::Module::~Module) and LLVMBCReader.a
(llvm::getBytecodeModuleProvider).
---
Diffs of the chang
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.22 -> 1.23
---
Log message:
Ressurrect the Stacker "st" configuration. Someday this will all go
away, but until then Stacker needs its configuration.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertio
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.21 -> 1.22
llvmc.cpp updated: 1.30 -> 1.31
---
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
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.19 -> 1.20
---
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/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.18 -> 1.19
---
Log message:
Remove unneeded libs
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:1.18 llvm/to
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.17 -> 1.18
---
Log message:
For PR811: http://llvm.org/PR811 :
Don't both with the "C" and "cc" extensions as they aren't common and they
the "C" extension conflicts with the "c" extension on operating systems
that have case insensitiv
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.16 -> 1.17
---
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
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.15 -> 1.16
---
Log message:
Distribute CVS versions of lex files
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makef