aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAgeFilesLines
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-3/+0
* build/cmake: Switch to using llvm-build computed dependencies.Daniel Dunbar2011-11-291-6/+8
* Remove yet another buried and hidden implicit dependency: every singleChandler Carruth2011-07-301-7/+0
* Make my attempt to build up global deps variables actually utilizeChandler Carruth2011-07-291-1/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+8
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-4/+0
* While building a LLVM target, put the current source directory on theOscar Fuentes2011-07-251-1/+3
* CMake: generalize the system that creates custom targets forOscar Fuentes2011-07-251-9/+4
* Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky2011-04-291-4/+8
* Honor LLVM_BUILD_RUNTIME.Oscar Fuentes2011-04-261-3/+7
* Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-051-1/+1
* Fixed the build of Clang's unit tests on MinGW. Also removed someOscar Fuentes2011-03-291-16/+8
* Removed workaround for unspecified build problem on MinGW.Oscar Fuentes2011-03-211-5/+3
* Whe we build a shared library, add its list of used libraries to theOscar Fuentes2011-03-121-0/+5
* CMake: remove unnecessary variable.Oscar Fuentes2011-02-221-1/+0
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-0/+12
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-201-1/+1
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-181-2/+2
* Fixes file extension for loadable modules on OS X.Oscar Fuentes2010-12-221-1/+7
* Add dependency to "make check".NAKAMURA Takumi2010-12-101-0/+2
* Loadable modules are not supported on Cygwin. PR 6655.Oscar Fuentes2010-10-221-1/+1
* When building shared libraries, link to required system libraries.Oscar Fuentes2010-10-141-0/+6
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-251-6/+2
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-241-2/+6
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-83/+4
* CMake: Fix mingw32 build.Michael J. Spencer2010-09-111-4/+6
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-4/+83
* CMake: Do not try to install a target before it is defined.Oscar Fuentes2009-11-231-6/+8
* CMake: generate targets for tools and examples even whenOscar Fuentes2009-11-231-5/+16
* CMake: Add Darwin-specific linker flags for building loadable modulesDouglas Gregor2009-11-101-1/+7
* CMake: Support for building llvm loadable modules.Oscar Fuentes2009-11-101-0/+16
* Fix the MSVC build again.Benjamin Kramer2009-08-161-1/+1
* CMake: Hopefully this will fix the build on VS. I can't replicate theOscar Fuentes2009-08-161-0/+1
* CMake: Revert r79144. It reverted a change necessary for correctOscar Fuentes2009-08-161-0/+7
* Revert 78996. It was breaking MSVC builds.Benjamin Kramer2009-08-151-7/+0
* CMake: Builds main LLVM Target library before its sublibraries. ThisOscar Fuentes2009-08-141-0/+7
* CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.Oscar Fuentes2009-08-141-0/+3
* CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes2009-08-121-1/+0
* Reinstate target dependencies on Table_gen targets in CMakeDouglas Gregor2009-06-231-0/+3
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-231-5/+1
* Eliminate some unused code in CMa'e add_llvm_target. No functionality change.Douglas Gregor2009-06-231-5/+0
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-231-1/+3
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-121-2/+2
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-041-3/+3
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-271-10/+4
* CMake: Use libdl only when available. Fixes build on FreeBSD.Oscar Fuentes2009-05-231-1/+3
* CMake: Use pthread library when requested and available.Oscar Fuentes2009-05-061-0/+3
* Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. Eli Friedman2008-11-301-1/+1
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-151-4/+4
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-141-0/+3