index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-config
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2011-12-16
llvm-config: Fix --targets-built, I changed this to use the registry but wasn't
Daniel Dunbar
2011-12-01
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-12-01
Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.
Duncan Sands
2011-11-29
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-11-10
Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",
Daniel Dunbar
2011-11-10
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-11-02
Add back the top-level target for 'llvm-config' and the dependency edge
Chandler Carruth
2011-11-02
build/CMake: Remove llvm-config.target used to serialize tool builds on
Daniel Dunbar
2011-10-28
Have llvm-config --cppflags print correct flags when in CMake build directory
Peter Collingbourne
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-04-05
Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming
Oscar Fuentes
2011-04-01
CMake: remove debug code from previous commit.
Oscar Fuentes
2011-04-01
Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.in
Oscar Fuentes
2011-03-19
Make llvm-config.in configuration more MSYS-friendly.
Oscar Fuentes
2011-03-19
CMake: store TARGET_TRIPLE on llvm-config.in.
Oscar Fuentes
2011-02-22
CMake: remove unnecessary variable.
Oscar Fuentes
2011-02-18
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-01-27
Don't show -pedantic, -W and -Wall on the output of
Oscar Fuentes
2010-10-02
Stop the build if cyclic library dependecies found.
Oscar Fuentes
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-08-15
CMake: Improved COMMENT on a custom command
Oscar Fuentes
2010-02-23
Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.
Daniel Dunbar
2010-02-23
Kill off LLVMGCC_MAJVERS make variable.
Daniel Dunbar
2009-11-07
Stop running get_target_triple more than we need to.
Daniel Dunbar
2009-10-04
CMake: remove .so file extension from library names when building
Oscar Fuentes
2009-09-22
Fix llvm-config --src-root and --obj-root for CMake builds.
Daniel Dunbar
2009-09-16
Make cmake generated llvm-config output correct JIT backend for non X86 targets.
Xerxes Ranby
2009-08-14
CMake: Automatic regeneration of the library dependencies file.
Oscar Fuentes
2009-08-14
CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is
Oscar Fuentes
2009-08-14
CMake: build llvm-config before the other tools.
Oscar Fuentes
2009-08-12
CMake: Localized dependency on Perl.
Oscar Fuentes
2009-08-12
CMake: Re-enabled build of llvm-config. Removed recursive invocation
Oscar Fuentes
2009-06-03
CMake: Implements and documents option LLVM_ENABLE_ASSERTS.
Oscar Fuentes
2009-05-27
CMake: Set LIBS on llvm-config so we can query the system libraries
Oscar Fuentes
2009-04-08
Accommodate empty string for build type. This was previously causing an error
Ted Kremenek
2009-04-04
CMake: defines and uses macro add_llvm_definitions for keeping track
Oscar Fuentes
2009-04-03
CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma as
Oscar Fuentes
2009-03-16
CMake: Build system fixes for XCode. llvm-config still causes us some serious...
Douglas Gregor
2009-01-07
CMake: replace `rm' with portable invocations of cmake.
Oscar Fuentes
2008-11-15
CMake: Removed some cruft.
Oscar Fuentes
2008-11-15
CMake: Recursively invokes cmake using the right directories.
Oscar Fuentes
2008-11-11
CMake: forces rebuild of llvm-config's library dependency info when a
Oscar Fuentes
2008-11-09
CMake: Corrected detection of `nm'.
Oscar Fuentes
2008-11-09
CMake: Support for cross-compiling. For now, requires a previously
Oscar Fuentes
2008-10-26
CMake: GetTargetTriple: new module for determining the target
Oscar Fuentes
2008-10-22
CMake: `make install' for libraries, executables and header files.
Oscar Fuentes
2008-09-26
CMake: Builds all targets.
Oscar Fuentes
2008-09-22
CMake build system: support for parallel builds.
Oscar Fuentes
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes