aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2024-04-11[libclc] Refactor build system to allow in-tree builds (#87622)Fraser Cormack1-0/+3
2024-03-21[cmake] Place clang behind mlir in the liist of external projectsNathan Lanza1-3/+4
2024-03-20Revert "[cmake] Place clang behind mlir in the list of external projects (#86...Nathan Lanza1-2/+2
2024-03-21[cmake] Place clang behind mlir in the list of external projects (#86050)Nathan Lanza1-2/+2
2023-07-14[CMake] Don't exclude llvm-debuginfod if httplib isn't availablePetr Hosek1-4/+0
2023-03-29[Debuginfod][CMake] Don't build a defunct llvm-debuginfodDaniel Thornburgh1-0/+4
2022-07-20[llvm-driver] Generate symlinks instead of executables for toolsAlex Brachet1-0/+8
2022-06-06LLVM Driver Multicall toolChris Bieneman1-0/+6
2022-01-11Update LLVM CMakeFiles to include BOLTAmir Ayupov1-0/+1
2020-04-09[Flang] add flang as a new subproject in cmakeEric Schweitz1-0/+2
2020-02-10Continue removing llgo.Eric Christopher1-1/+0
2020-01-02Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille1-8/+2
2019-12-24Add `mlir` to -DLLVM_ALL_PROJECTS CMake optionMehdi Amini1-0/+1
2019-01-16Fix most of LLVM's tests with LLVM_ENABLE_PIC=OFFNico Weber1-1/+0
2018-08-07[RFC] Build LLVM-C.dll on MSVC that exports only the C APIDavid Bolvansky1-1/+1
2016-06-02Fixup r271533, or check-clang didn't find llvm-lto as the target.NAKAMURA Takumi1-0/+1
2016-06-01Add new LLVM_EXTERNAL_PROJECTS option to cmakeTamas Berghammer1-0/+5
2016-04-29Remove leftoverTobias Grosser1-4/+0
2016-04-29cmake: Set LINK_POLLY_INTO_TOOLS to ON (v2)Tobias Grosser1-0/+4
2016-02-26[CMake] Add the gold plugin before clangChris Bieneman1-0/+1
2016-02-12[CMake] don't build libLTO when LLVM_ENABLE_PIC is OFFHans Wennborg1-1/+1
2015-12-16[CMake] Adding llvm-profdata to the list of tools clang needs.Chris Bieneman1-2/+4
2015-11-10[CMake] Autoconf builds libLTO with -fPIC, CMake should be able to as well.Chris Bieneman1-1/+1
2015-10-02[CMake] We need to explicitly add llvm-config before clang so that LLVM_BUILD...Chris Bieneman1-2/+3
2015-09-14[CMake] Add llvm-ar subdirectory explicitly.Chris Bieneman1-2/+3
2015-09-10[CMake] Add lto subdirectory explicitly.Chris Bieneman1-0/+4
2015-07-21[CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicit...Chris Bieneman1-0/+7
2015-07-20[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman1-69/+21
2015-07-13Revert "[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-re...Chris Bieneman1-21/+69
2015-07-13[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman1-69/+21
2015-07-08Revert r241621, "[CMake] Cleanup tools/CMakeLists.txt to take advantage of th...NAKAMURA Takumi1-21/+69
2015-07-07[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman1-69/+21
2015-06-22[CMake] Treating LLVM_INCLUDE_TOOLS, which is a bool, as a string to change b...Chris Bieneman1-8/+5
2015-03-15llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdumpDavid Majnemer1-1/+1
2015-02-10Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner1-8/+1
2015-02-03Really, really, really don't build llvm-pdbdump on MSVC < 2013.Andrew Kaylor1-1/+1
2015-01-30Really really don't build llvm-pdbdump on MSVC < 2013.Zachary Turner1-0/+2
2015-01-29Disable compilation of llvm-pdbdump for versions of MSVC < 2013.Zachary Turner1-1/+4
2015-01-27Add llvm-pdbdump to tools.Zachary Turner1-0/+4
2014-12-12Initial dsymutil tool commit.Frederic Riss1-0/+1
2014-12-09Revert "Initial dsymutil tool commit."Frederic Riss1-1/+0
2014-12-09Initial dsymutil tool commit.Frederic Riss1-0/+1
2014-12-05Be less conservative about when we build the gold plugin.Rafael Espindola1-11/+1
2014-11-27Teach LLVM about llgo subproject.Peter Collingbourne1-0/+1
2014-11-10[CMake] Move llvm-shlib in prior to other tools.NAKAMURA Takumi1-6/+6
2014-10-23Adding llvm-shlib to CMake build system with a few new bells and whistlesChris Bieneman1-0/+6
2014-10-23Add llvm-go tool.Peter Collingbourne1-0/+2
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith1-1/+1
2014-07-25Move -verify-use-list-order into llvm-uselistorderDuncan P. N. Exon Smith1-0/+2
2014-07-24llvm-vtabledump: A vtable dumperDavid Majnemer1-0/+1