Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | llvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR} on multiconfig builder. | NAKAMURA Takumi | 2013-12-03 | 1 | -1/+6 | |
| | | | | llvm-svn: 196283 | |||||
* | Remove unused includes. | Rafael Espindola | 2013-06-26 | 1 | -1/+0 | |
| | | | | | | llvm itself is now PathV1 clean. llvm-svn: 184947 | |||||
* | Port GetMainExecutable over to PathV2. | Rafael Espindola | 2013-06-26 | 1 | -3/+3 | |
| | | | | | | I will remove the V1 version as soon as I change clang in the next commit. llvm-svn: 184914 | |||||
* | Include PathV1.h in files that use it. | Rafael Espindola | 2013-06-11 | 1 | -0/+1 | |
| | | | | | | This is preparation for replacing Path.h with PathV2.h. llvm-svn: 183782 | |||||
* | llvm-config: Use sys::fs::equivalent instead of string comparison. | Daniel Dunbar | 2012-05-15 | 1 | -5/+6 | |
| | | | | | | - Hopefully fixes PR11600 (untested). llvm-svn: 156865 | |||||
* | llvm-build: Add support for non-installed libraries (e.g., gtest). | Daniel Dunbar | 2012-05-15 | 1 | -5/+18 | |
| | | | | | | | - These libraries are only reported by llvm-config when run from a development tree. llvm-svn: 156838 | |||||
* | An easy case where GCC should really be able to work out that the value is only | Duncan Sands | 2012-02-23 | 1 | -0/+1 | |
| | | | | | | used if IsInDevelopmentTree is 'true'. But it doesn't, so help it out. llvm-svn: 151244 | |||||
* | llvm-config: Add support for CMake build trees in which the build | Peter Collingbourne | 2012-01-26 | 1 | -7/+19 | |
| | | | | | | mode does not form part of the path. llvm-svn: 149010 | |||||
* | llvm-config: Fix --targets-built, I changed this to use the registry but wasn't | Daniel Dunbar | 2011-12-16 | 1 | -9/+1 | |
| | | | | | | | | 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. llvm-svn: 146711 | |||||
* | llvm-config: Update help text for removal of "backend" pseudo component. | Daniel Dunbar | 2011-12-15 | 1 | -1/+0 | |
| | | | | llvm-svn: 146708 | |||||
* | llvm-config: Default to "all" if no components are specified. | Daniel Dunbar | 2011-12-12 | 1 | -0/+4 | |
| | | | | | | - Fixes PR11530. llvm-svn: 146388 | |||||
* | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 2011-12-01 | 1 | -0/+334 | |
| | | | | | | - Another reapply of r144300, with hopefully one last fix. llvm-svn: 145623 | |||||
* | Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. | Duncan Sands | 2011-12-01 | 1 | -335/+0 | |
| | | | | | | | | Original commit message: llvm-config: Replace with C++ version (was llvm-config-2). - Reapply of r144300, with lots of fixes/migration easement in between. llvm-svn: 145582 | |||||
* | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 2011-11-29 | 1 | -0/+335 | |
| | | | | | | - Reapply of r144300, with lots of fixes/migration easement in between. llvm-svn: 145449 | |||||
* | Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", | Daniel Dunbar | 2011-11-10 | 1 | -324/+0 | |
| | | | | | | which didn't appear ready for prime time. llvm-svn: 144309 | |||||
* | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 2011-11-10 | 1 | -0/+324 | |
llvm-svn: 144300 |