aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/AddLLVM.cmake
AgeCommit message (Expand)Author
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-29build/cmake: Switch to using llvm-build computed dependencies.Daniel Dunbar
2011-07-30Remove yet another buried and hidden implicit dependency: every singleChandler Carruth
2011-07-29Make my attempt to build up global deps variables actually utilizeChandler Carruth
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-25While building a LLVM target, put the current source directory on theOscar Fuentes
2011-07-25CMake: generalize the system that creates custom targets forOscar Fuentes
2011-04-29Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky
2011-04-26Honor LLVM_BUILD_RUNTIME.Oscar Fuentes
2011-04-05Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes
2011-03-29Fixed the build of Clang's unit tests on MinGW. Also removed someOscar Fuentes
2011-03-21Removed workaround for unspecified build problem on MinGW.Oscar Fuentes
2011-03-12Whe we build a shared library, add its list of used libraries to theOscar Fuentes
2011-02-22CMake: remove unnecessary variable.Oscar Fuentes
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2010-12-22Fixes file extension for loadable modules on OS X.Oscar Fuentes
2010-12-10Add dependency to "make check".NAKAMURA Takumi
2010-10-22Loadable modules are not supported on Cygwin. PR 6655.Oscar Fuentes
2010-10-14When building shared libraries, link to required system libraries.Oscar Fuentes
2010-09-25Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes
2010-09-24CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-11CMake: Fix mingw32 build.Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2009-11-23CMake: Do not try to install a target before it is defined.Oscar Fuentes
2009-11-23CMake: generate targets for tools and examples even whenOscar Fuentes
2009-11-10CMake: Add Darwin-specific linker flags for building loadable modulesDouglas Gregor
2009-11-10CMake: Support for building llvm loadable modules.Oscar Fuentes
2009-08-16Fix the MSVC build again.Benjamin Kramer
2009-08-16CMake: Hopefully this will fix the build on VS. I can't replicate theOscar Fuentes
2009-08-16CMake: Revert r79144. It reverted a change necessary for correctOscar Fuentes
2009-08-15Revert 78996. It was breaking MSVC builds.Benjamin Kramer
2009-08-14CMake: Builds main LLVM Target library before its sublibraries. ThisOscar Fuentes
2009-08-14CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.Oscar Fuentes
2009-08-12CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes
2009-06-23Reinstate target dependencies on Table_gen targets in CMakeDouglas Gregor
2009-06-23CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor
2009-06-23Eliminate some unused code in CMa'e add_llvm_target. No functionality change.Douglas Gregor
2009-06-23Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor
2009-06-12CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes
2009-06-04CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor
2009-05-27CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes
2009-05-23CMake: Use libdl only when available. Fixes build on FreeBSD.Oscar Fuentes
2009-05-06CMake: Use pthread library when requested and available.Oscar Fuentes
2008-11-30Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. Eli Friedman
2008-11-15CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes
2008-11-14CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes