aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake/modules/LLVM-Config.cmake
AgeCommit message (Expand)AuthorFilesLines
2023-06-06[CMake] Quote variables where "TARGET" may be a valueSam James1-15/+15
2023-05-22[CMake] Set compatibility policy for lists in LLVM-Config.cmake.Marcelo Juchem1-0/+5
2023-01-26[CMake] Support undefined LLVM_NATIVE_ARCH in llvm_map_components_to_libnames().Ivan Kosarev1-1/+1
2023-01-23[CMake] Replace list(FIND) by if(IN_LIST) where index isn't usedAaron Puchert1-30/+15
2023-01-22[CMake] Look up target subcomponents in LLVM_AVAILABLE_LIBSAaron Puchert1-33/+28
2021-07-28[MCA] Moving the target specific CustomBehaviour impl. from /tools/llvm-mca/ ...Patrick Holland1-0/+7
2021-01-05[ASTMatchers] Fix build when no targets are enabledStephen Kelly1-1/+3
2020-11-13llvmbuildectomy - compatibility with ocaml bindingsserge-sans-paille1-3/+15
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-0/+4
2020-01-17Remove AllTargetsAsmPrintersNico Weber1-7/+0
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard1-1/+2
2019-11-14Fix use of add_llvm_tool in projects that build no targetsKevin Petit1-1/+1
2019-11-13[cmake] Remove confusing condition argument from else() NFCTom Stellard1-1/+1
2019-07-19Re-commit: r366610 and r366612: Expand pseudo-components before embedding in ...Daniel Sanders1-72/+89
2019-07-19Revert r366610 and r366612: Expand pseudo-components before embedding in llvm...Daniel Sanders1-86/+70
2019-07-19Fix a latent bug discovered by r366610: nativecodegen includes X86CodeGen whe...Daniel Sanders1-1/+3
2019-07-19Expand pseudo-components before embedding in llvm-configDaniel Sanders1-70/+84
2019-05-24Fix BUILD_SHARED_LIBS builds after r361567Daniel Sanders1-1/+1
2019-05-23Break false dependencies on target librariesDaniel Sanders1-0/+7
2018-09-26[CMake] Avoid REVERSE on unset variableSven van Haastregt1-1/+3
2018-06-06[cmake] fix a typo in llvm_config macroPavel Labath1-1/+1
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-2/+2
2017-12-05[cmake] Modernize some conditionals. NFCShoaib Meenai1-2/+2
2017-08-10[CMake][LLVM] Remove duplicated library mask. Broken clang linking against cl...Oleg Ranevskyy1-6/+3
2017-02-08[CMake] Fix `is_llvm_target_library` and support out-of-order componentsChris Bieneman1-11/+73
2016-02-12Avoid linking LLVM component libraries with libLLVMAndrew Wilkins1-1/+10
2015-09-05[cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins1-1/+17
2015-04-20Add targets to cmake for specific target components.Pete Cooper1-0/+35
2015-03-23Raising minimum required CMake version to 2.8.12.2.Chris Bieneman1-2/+2
2015-02-24Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser1-2/+2
2015-02-23Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier1-2/+2
2015-02-23Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier1-2/+2
2015-02-20Raising minimum required CMake version to 2.8.12.2.Chris Bieneman1-2/+2
2014-12-18[cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies.Peter Zotov1-20/+30
2014-09-26Fix misinterpretation of CMake rule found by a CMake warning (related to CMP0...Richard Smith1-2/+2
2014-07-28Emit a warning if llvm_map_components_to_libraries() is used noting that itsDan Liew1-1/+3
2014-07-14[CMake] LINK_COMPONENTS: Add also corresponding MCTargetDesc and TargetInfo a...NAKAMURA Takumi1-0/+9
2014-02-26[CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi1-1/+9
2014-02-23Simplify linking to system librariesNAKAMURA Takumi1-30/+5
2014-02-21Teach LLVM-Config to use logical target names (2/2)NAKAMURA Takumi1-4/+7
2014-02-21Teach LLVM-Config to use logical target names (1/2)NAKAMURA Takumi1-15/+7
2014-02-10[CMake] Re-apply r200765, "Get rid of llvm_config() to expand dependencies."NAKAMURA Takumi1-7/+1
2014-02-05[CMake] Deliberately get all LLVM library dependencies for standalone builds.Jordan Rose1-1/+7
2014-02-04[CMake] Get rid of llvm_config() to expand dependencies.NAKAMURA Takumi1-1/+1
2014-02-04[CMake] LLVM-Config.cmake: Split explicit_map_components_to_libraries and int...NAKAMURA Takumi1-3/+16
2014-02-02[CMake] Untabify.NAKAMURA Takumi1-13/+13
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer1-1/+1
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer1-1/+1
2013-10-06Windows: Add support for unicode command linesDavid Majnemer1-1/+1
2013-08-12Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth1-7/+3