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
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
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
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
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
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
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
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
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
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
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
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
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 +
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
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
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 ++
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
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(-)
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
19 matches
Mail list logo