History log of /external/llvm/tools/llvm-config/llvm-config.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
40d65dc3058e8d58426953d44e2ea0eccf996371 16-May-2012 Daniel Dunbar <daniel@zuster.org> llvm-config: Use sys::fs::equivalent instead of string comparison.
- Hopefully fixes PR11600 (untested).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156865 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp
b5cd41e26f89aad2f2dc4f5dc37577f7abf8528a 15-May-2012 Daniel Dunbar <daniel@zuster.org> llvm-build: Add support for non-installed libraries (e.g., gtest).
- These libraries are only reported by llvm-config when run from a development
tree.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156838 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp
9778ad51ee1d2a604b6cc4bece336d2bc4bfbe20 23-Feb-2012 Duncan Sands <baldrick@free.fr> An easy case where GCC should really be able to work out that the value is only
used if IsInDevelopmentTree is 'true'. But it doesn't, so help it out.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151244 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp
b56900aa86aa535fb1f060f5935d1e209e45d907 26-Jan-2012 Peter Collingbourne <peter@pcc.me.uk> llvm-config: Add support for CMake build trees in which the build
mode does not form part of the path.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149010 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp
275dd94afedd3b7331e5e93c9bbadac9a0415798 16-Dec-2011 Daniel Dunbar <daniel@zuster.org> llvm-config: Fix --targets-built, I changed this to use the registry but wasn't
properly initializing the target infos. I decided it wasn't worth linking them
in for this, so just switched back to using the Makefile variable for now. We
can reconsider later if we ever get pluggable targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146711 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp
bcf14bbd57b8457ea09afbfc7acddf2d21a5adac 16-Dec-2011 Daniel Dunbar <daniel@zuster.org> llvm-config: Update help text for removal of "backend" pseudo component.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146708 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp
8033f6197c2cd7a71c9a725e49efaa402a17e707 12-Dec-2011 Daniel Dunbar <daniel@zuster.org> llvm-config: Default to "all" if no components are specified.
- Fixes PR11530.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146388 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp
cb497b888aabebe13de431c8a6e7c7d31f4dea0c 01-Dec-2011 Daniel Dunbar <daniel@zuster.org> llvm-config: Replace with C++ version (was llvm-config-2).
- Another reapply of r144300, with hopefully one last fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145623 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp
f6ace1924344b6bbeafe82494138f9673c22bddc 01-Dec-2011 Duncan Sands <baldrick@free.fr> Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.
Original commit message:
llvm-config: Replace with C++ version (was llvm-config-2).
- Reapply of r144300, with lots of fixes/migration easement in between.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145582 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp
2662c83a594b5df8deef2a540595a5faa72cfbdc 29-Nov-2011 Daniel Dunbar <daniel@zuster.org> llvm-config: Replace with C++ version (was llvm-config-2).
- Reapply of r144300, with lots of fixes/migration easement in between.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145449 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp
1ad92131abbed3d2992d5996969274a8e1ae9a6b 10-Nov-2011 Daniel Dunbar <daniel@zuster.org> Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",
which didn't appear ready for prime time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144309 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp
a6f5a81285bab84212209d47b1238505512c7c87 10-Nov-2011 Daniel Dunbar <daniel@zuster.org> llvm-config: Replace with C++ version (was llvm-config-2).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144300 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-config/llvm-config.cpp