[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in Makefile

2007-06-28 Thread David Greene
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.27 -> 1.28 Makefile updated: 1.23 -> 1.24 --- Log message: Add support for building with _GLIBCXX_DEBUG. New configure option --enable-expensive-checks allows the developer to enable runtime checking that can greatly inc

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2007-04-22 Thread Jeff Cohen
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.26 -> 1.27 --- Log message: Add new option to usage help. --- Diffs of the changes: (+1 -0) llvm-config.in.in |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/llvm-config/llvm-config.in.in diff -u llvm/to

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2007-04-21 Thread Reid Spencer
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.25 -> 1.26 --- Log message: Add the --host-target option. --- Diffs of the changes: (+2 -0) llvm-config.in.in |2 ++ 1 files changed, 2 insertions(+) Index: llvm/tools/llvm-config/llvm-config.in.in diff -u llvm

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2007-03-27 Thread Jeff Cohen
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.24 -> 1.25 --- Log message: Fix problem with llvm-config that prevented JIT from being used on x86_64 systems. --- Diffs of the changes: (+4 -0) llvm-config.in.in |4 1 files changed, 4 insertions(+) Index

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-09-03 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.22 -> 1.23 --- Log message: Allow things like --libs CBackend --- Diffs of the changes: (+3 -0) llvm-config.in.in |3 +++ 1 files changed, 3 insertions(+) Index: llvm/tools/llvm-config/llvm-config.in.in diff -u

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-08-11 Thread Reid Spencer
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.21 -> 1.22 --- Log message: Don't print double newline for --src-root and --obj-root as it tends to confuse shells that might use this output. --- Diffs of the changes: (+2 -2) llvm-config.in.in |4 ++-- 1 files

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-08-03 Thread Reid Spencer
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.19 -> 1.20 --- Log message: Fix a typo in the name of expand_dependencies. Make the dependency line pattern match handle white space better. --- Diffs of the changes: (+4 -4) llvm-config.in.in |8 1 fil

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.17 -> 1.18 --- Log message: Remove useless noop argument --- Diffs of the changes: (+0 -2) llvm-config.in.in |2 -- 1 files changed, 2 deletions(-) Index: llvm/tools/llvm-config/llvm-config.in.in diff -u llvm/t

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.16 -> 1.17 --- Log message: Fix a bug in the following scenario. 1. llvm is built with objroot = OBJ and installed. 2. OBJ is deleted or install tree is shipped. 3. llvm-config is run. In this scenario, llvm-config shoul

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.15 -> 1.16 --- Log message: Add a new --libfiles option, for getting fully-qualified pathnames to libraries. This can be used for tools that want makefile rules to depend on the libraries (e.g. so the tool is relinked whe

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.14 -> 1.15 --- Log message: temporarily add back this option, I will remove it in a couple days --- Diffs of the changes: (+2 -0) llvm-config.in.in |2 ++ 1 files changed, 2 insertions(+) Index: llvm/tools/llvm

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.13 -> 1.14 --- Log message: Add flags to get access to build_mode, objdir, srcdir etc. If installed, ignore the prefix the tree is configured with: always use the prefix that llvm-config is currently at, which may be diff

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.12 -> 1.13 --- Log message: Make llvm-config "do the right thing" when an install tree is relocated or when run out of a build directory. --- Diffs of the changes: (+33 -12) llvm-config.in.in | 45 +

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.10 -> 1.11 --- Log message: Convert to standard file header --- Diffs of the changes: (+9 -4) llvm-config.in.in | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) Index: llvm/tools/llvm-config/l

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.9 -> 1.10 --- Log message: Remove a couple of things no longer figured out by autoconf --- Diffs of the changes: (+0 -3) llvm-config.in.in |3 --- 1 files changed, 3 deletions(-) Index: llvm/tools/llvm-config/l

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-02 Thread Reid Spencer
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.8 -> 1.9 --- Log message: Add several more autoconf variables so that new features can be implemented by our illustrious project leader. --- Diffs of the changes: (+20 -0) llvm-config.in.in | 20 ++

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-01 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.7 -> 1.8 --- Log message: Add a gross "--use-current-dir-as-prefix" option as a temporary workaround for the "build with one prefix and move the installed files to another dir" problem. --- Diffs of the changes: (+8 -0

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-01 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.6 -> 1.7 --- Log message: Remove some variables from the configured section that aren't. --- Diffs of the changes: (+6 -9) llvm-config.in.in | 15 ++- 1 files changed, 6 insertions(+), 9 deletions(-)

[llvm-commits] CVS: llvm/tools/llvm-config/llvm-config.in.in

2006-06-01 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: llvm-config.in.in updated: 1.5 -> 1.6 --- Log message: Remove more "alpha is archive" stuff. --- Diffs of the changes: (+2 -15) llvm-config.in.in | 17 ++--- 1 files changed, 2 insertions(+), 15 deletions(-) Index: llvm/tools/llv