summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llc/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Add SUPPORT_PLUGINS to add_llvm_executable()David Tenty2019-11-061-3/+1
* Revert "[NFC] Rename LLVM_NO_DEAD_STRIP"David Tenty2019-10-301-1/+1
* [NFC] Rename LLVM_NO_DEAD_STRIPDavid Tenty2019-10-251-1/+1
* Fix -DBUILD_SHARED_LIBS=ON build after rL362160Sam Clegg2019-05-311-0/+1
* Fix BUILD_SHARED_LIBS builds after r361567Daniel Sanders2019-05-241-0/+2
* Break false dependencies on target librariesDaniel Sanders2019-05-231-1/+2
* llc: Update link componentsMatt Arsenault2017-01-171-0/+1
* [CMake] llc depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] Produce an empty library for GlobalISel when not building it.Quentin Colombet2016-02-111-8/+0
* [GlobalISel] Add the proper cmake plumbing.Quentin Colombet2016-01-201-0/+8
* Add TransformUtils to list of required libraries for llcDerek Schuff2015-12-041-0/+1
* add missing dependency on Target lib for toolsSanjay Patel2015-06-031-0/+1
* Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-271-0/+1
* CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner2015-03-181-1/+1
* Update libdeps since TLI was moved from Target to Analysis in r226078.NAKAMURA Takumi2015-01-151-1/+1
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-301-0/+3
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+12
* Export symbols in tools that support loading plugins.Will Dietz2013-12-051-0/+1
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-261-1/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-3/+2
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-2/+3
* Unbreak my CMake build. Say you'll link again.Douglas Gregor2009-09-021-1/+1
* CMakeLists: removed asmprinter component fromOscar Fuentes2008-11-041-1/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+5
OpenPOWER on IntegriCloud