aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-shlib
AgeCommit message (Expand)AuthorFilesLines
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-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta1-19/+27
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
2022-02-01[cmake][NFC] Configuration for libLLVM.so symbol versioningStephen Neuendorffer1-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 Guelton2-3/+36
2019-01-29Revert r351833 and r352250.Hans Wennborg2-21/+3
2019-01-22Use response file when generating LLVM-C.dllSerge Guelton2-3/+21
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-10-18Support of hurd in llvm-shlib Sylvestre Ledru1-0/+1
2018-08-07[RFC] Build LLVM-C.dll on MSVC that exports only the C APIDavid Bolvansky2-54/+207
2018-08-02CMake: Remove LLVM_DYLIB_SYMBOL_VERSIONINGTom Stellard1-4/+0
2018-06-23[CMake] Support building shared library for OpenBSDBrad Smith1-0/+1
2018-05-17[CMake] Support building shared library for FuchsiaPetr Hosek1-0/+1
2018-03-29Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru1-1/+1
2017-07-19[Solaris] enable --whole-archive for shared-library build, disable --version-...Sylvestre Ledru1-2/+9