summaryrefslogtreecommitdiff
path: root/llvm/cmake/modules/AddLLVM.cmake
AgeCommit message (Expand)Author
2025-11-13[CMake][unittests] Teach export_executable_symbols about ALIAS targets (#167932)Michael Kruse
2025-11-12[runtimes][GTest] LLVM-independent unittests (#164794)Michael Kruse
2025-10-29[flang][cmake] Set the usual linker flags for non-gtest unit tests (#165256)Nikita Popov
2025-09-15Add llvm-ml64 to LLVM_TOOLCHAIN_TOOLS (#158582)Hans Wennborg
2025-09-06[CMake] add `SKIP` to `add_lit_testsuites` (#157176)Maksim Levental
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty
2025-07-01[LLVM][Cygwin] Enable dynamic linking of libLLVM (#146440)Mateusz Mikuła
2025-06-17[CMake] Add BINARY_DIR argument for add_lit_testsuites (#144431)Chris B
2025-05-18[CMake] Add a linker test for -Bsymbolic-functions to AddLLVM (#79539)Brad Smith
2025-04-24[LLVM][Cygwin] Fix shared library name (#136599)jeremyd2019
2025-02-10[LLVM][CMake][MSVC] Install PDBs alongside executables (#120683)Miguel A. Arroyo
2025-01-28Add llvm-driver to the list of toolchain tools (#123083)Andarwinux
2025-01-20[Polly][CMake] Fix exports (#122123)Nikita Popov
2025-01-08[BOLT][CMake] Don't export bolt libraries in LLVMExports.cmake (#121936)Nikita Popov
2024-12-19Add llvm-profgen to the list of toolchain tools (#120106)Tim Creech
2024-12-16[CMake] Use correct exports file for MLIR tools (#120079)Nikita Popov
2024-11-28Fix CMake dependencies on mlir-linalg-ods-yaml-gen (#113565)Thomas Preud'homme
2024-10-23[LLVM][CMake][MSVC] Wrap linker flags for ICX on Windows (#112680)Mészáros Gergely
2024-10-21Revert "Fix CMake dependencies on mlir-linalg-ods-yaml-gen" (#113229)Mehdi Amini
2024-10-21Fix CMake dependencies on mlir-linalg-ods-yaml-gen (#112224)Thomas Preud'homme
2024-10-14Revert "Fix CMake dependencies on mlir-linalg-ods-yaml-gen (#111973)"Thomas Preud'homme
2024-10-14Fix CMake dependencies on mlir-linalg-ods-yaml-gen (#111973)Thomas Preud'homme
2024-09-06Initial changes for llvm shared library build using explicit visibility annot...Thomas Fransham
2024-08-13[CMake] Fix DynamicLibraryTests exports symbol when plugins are enabled (#102...Steven Wu
2024-08-08[CMake] Remove EXPORT_SYMBOLS_FOR_PLUGINS from #102138 (#102396)Steven Wu
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu
2024-07-31[cmake] switch to CMake's native `check_{compiler,linker}_flag` (#96171)h-vetinari
2024-07-30[cmake][llvm] Limit the number of Xcode schemes created by default (#101243)Jon Roelofs
2024-05-25[llvm] Revise IDE folder structure (#89741)Michael Kruse
2024-05-23Remove some `try_compile` CMake checks for compiler flags (#92953)Vlad Serebrennikov
2024-04-07[cmake] Prevent implicitly passing `-no_exported_symbols` (#87846)Cyndy Ishida
2024-04-05[cmake] Back out of making unsupported `-no_exported_symbols` linker aCyndy Ishida
2024-04-05[cmake] Build executables with -no_exported_symbols when building Apple toolc...Cyndy Ishida
2024-03-19[cmake] Disable using FatLTO on Apple platforms (#85708)Paul Kirth
2024-03-15[CMAKE] Enable FatLTO as a build option for LLVM (#80480)Paul Kirth
2024-03-15llvm-shlib: Fix libLLVM-${MAJOR}.so symlink on MacOS (#85163)Tom Stellard
2024-03-13[cmake] Add check_linker_flag import (#85128)Justice Adams
2024-03-13[cmake] Silence a duplicate libraries warning from Apple's linker (#85012)Jon Roelofs
2024-03-11Revert "[CMake][LIT] Add option to run lit testsuites in parallel" (#84813)Jeff Niu
2024-03-04[LLVM] Partially revert GPU change to include dirsJoseph Huber
2024-03-04[LLVM][NFC] Ignore including the GNUInstallDirs on the GPU (#83910)Joseph Huber
2024-03-02[lld] Fixes for unitests in standalone builds (#83670)Michał Górny
2024-02-28[CMake][LIT] Add option to run lit testsuites in parallel (#82899)Patrick Dougherty
2024-02-23[llvm-shlib] Change libLLVM-$MAJOR.so symlink to point to versioned SO (#82660)Tom Stellard
2024-02-19[cmake] Add minor version to library SONAME (#79376)Tom Stellard
2024-01-19[CMake] Detect properly new linker introduced in Xcode 15 (#77806)Eric Miotto
2024-01-08[CMake] Add support for building on illumos (#74930)Brad Smith
2023-11-20Add llvm-mca to the list of toolchain tools (#72840)Hans