aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-shlib/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2025-07-15llvm-shlib: Fix mingw dll exports (#148772)Keno Fischer1-0/+9
2025-06-13[Cygwin] Don't use version script for Cygwin target (#143133)Tomohiro Kashiwada1-1/+1
2025-05-18[CMake] Add a linker test for -Bsymbolic-functions to AddLLVM (#79539)Brad Smith1-1/+1
2025-04-24[LLVM][Cygwin] Fix shared library name (#136599)jeremyd20191-1/+1
2025-02-22[CMake] Fix some breakages when using ninja multi config (#65451)ur4t1-8/+17
2024-10-23[LLVM][CMake][MSVC] Wrap linker flags for ICX on Windows (#112680)Mészáros Gergely1-1/+1
2024-09-06Initial changes for llvm shared library build using explicit visibility annot...Thomas Fransham1-13/+20
2024-03-19[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)Martin Storsjö1-3/+7
2024-03-16[llvm-shlib] Fix libLLVM-18 symlink on mingw (#85554)Tom Stellard1-1/+1
2024-03-15llvm-shlib: Fix libLLVM-${MAJOR}.so symlink on MacOS (#85163)Tom Stellard1-2/+1
2024-02-23[llvm-shlib] Change libLLVM-$MAJOR.so symlink to point to versioned SO (#82660)Tom Stellard1-2/+2
2024-02-19[cmake] Add minor version to library SONAME (#79376)Tom Stellard1-1/+4
2024-01-08[CMake] Add support for building on illumos (#74930)Brad Smith1-1/+1
2023-12-08[CMake] Make ELF library handling path default for libLLVM (#74698)Brad Smith1-12/+3
2023-12-07[SystemZ/ZOS] Additions to the build system. (#74730)Abhina Sree1-0/+3
2023-11-22[CMake] Support building shared library for NetBSDBrad Smith1-3/+5
2023-05-15[CMake] Use LLVM own tools in extract_symbols.pyIgor Kudrin1-13/+2
2023-01-10[CMake] Make libLLVM functionable for AndroidKudryashov Evgeny1-0/+1
2022-09-18Make sure libLLVM users link with libatomic if neededAaron Puchert1-0/+4
2022-09-14[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-2/+2
2022-09-13Revert "Make sure libLLVM users link with libatomic if needed"Aaron Puchert1-3/+0
2022-09-11Make sure libLLVM users link with libatomic if neededAaron Puchert1-0/+3
2022-08-25Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson1-2/+2
2022-08-24[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-2/+2
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson1-1/+1
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-1/+1
2021-10-19[llvm-shlib] Fix windows build failed while llvm non-standalone building.Qiaojin.Bao1-6/+6
2021-09-11[llvm-shlib] Fix the i686 MSVC triple check for listing symbols to export in ...Martin Storsjö1-1/+1
2021-06-30[CMake] Don't use -Bsymbolic-functions for MinGW targetsMartin Storsjö1-5/+7
2021-05-13[CMake][ELF] Link libLLVM.so and libclang-cpp.so with -Bsymbolic-functionsFangrui Song1-0/+5
2021-05-13Revert "[CMake][ELF] Add -fno-semantic-interposition and -Bsymbolic-functions"Oliver Stannard1-3/+0
2021-05-12[CMake][ELF] Add -fno-semantic-interposition and -Bsymbolic-functionsFangrui Song1-0/+3
2021-04-05Revert "llvm-shlib: Create object libraries for each component and link again...Tom Stellard1-4/+0
2021-04-01llvm-shlib: Create object libraries for each component and link against themTom Stellard1-0/+4
2020-08-27[Support] On Windows, add optional support for {rpmalloc|snmalloc|mimalloc}Alexandre Ganea1-0/+5
2020-07-06Add option LLVM_NM to allow specifying the location of the llvm-nm toolArlo Siemsen1-6/+10
2020-05-22[CMake] Fix typos. NFCMarek Kurdej1-3/+3
2020-04-29Revert "Temporarily revert "build: use `find_package(Python3)` if available""Saleem Abdulrasool1-1/+1
2020-04-28Temporarily revert "build: use `find_package(Python3)` if available"Eric Christopher1-1/+1
2020-04-28build: use `find_package(Python3)` if availableSaleem Abdulrasool1-1/+1
2020-04-27Revert "build: use `find_package(Python3)` if available"Saleem Abdulrasool1-1/+1
2020-04-28build: use `find_package(Python3)` if availableSaleem Abdulrasool1-1/+1
2020-04-07Check LLVM_BUILD_LLVM_C_DYLIB before building the C DLL with MSVC.Aaron Ballman1-1/+1
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard1-14/+2
2019-08-28[LLVM-C] Fix omission of INSTALL_WITH_TOOLCHAIN to llvm_add_library()Tom Stellard1-1/+1
2019-07-12cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard1-2/+5
2019-06-25[llvm-shlib] Do not use version script when building with MinGWPirama Arumuga Nainar1-1/+1
2019-04-02[llvm-shlib] Fix cross-compilation for LLVM-CShoaib Meenai1-2/+10
2019-03-19Use response file when generating LLVM-C.dllSerge Guelton1-1/+23
2019-01-29Revert r351833 and r352250.Hans Wennborg1-8/+1