summaryrefslogtreecommitdiff
path: root/lldb/cmake
Commit message (Expand)AuthorAgeFilesLines
* [lldb][gnustep] Add basic test and infrastructure for GNUstep ObjC runtimeStefan Gränitz2023-05-171-0/+41
* [LLDB] Ensure LLDB symbols are exported in LLDB_EXPORT_ALL_SYMBOLS is provided.walter erquinigo2023-04-031-0/+7
* [lldb][CMake] Enforce not linking against plugin libs in core libsAlex Langford2023-03-211-1/+11
* [lldb][CMake] Enforce not letting lldbUtility link against any other lldb libsAlex Langford2023-03-211-1/+11
* [lldb] Introduce CMake variable LLDB_ENFORCE_STRICT_TEST_REQUIREMENTSAlex Langford2023-03-202-0/+21
* [lldb] Replace SB swig interfaces with API headersAlex Langford2023-02-161-2/+13
* [lldb] Use ${CMAKE_COMMAND} -E remove instead of remove_directoryJonas Devlieghere2023-01-311-3/+1
* [lldb] Remove legacy six module for py2->py3Jordan Rupprecht2023-01-241-1/+0
* [lldb] Remove tools copied into LLDB.framework before installJonas Devlieghere2023-01-102-0/+24
* [lldb] Use LLDB_ENABLE_SWIG as the canonical CMake variableJonas Devlieghere2022-11-302-7/+5
* [lldb] Make SWIG an auto-detected dependencyJonas Devlieghere2022-11-293-7/+7
* [lldb] Restore default setting of LLDB_INCLUDE_TESTS in standalone buildsAlex Langford2022-11-181-1/+0
* Only use major version in the clang resource directory for standalone builds.Jim Ingham2022-11-161-1/+1
* [lldb] [cmake] Fix another typo in third-party/unittest pathMichał Górny2022-11-121-1/+1
* [lldb] [cmake] Fix typo in unittest directory pathMichał Górny2022-11-111-1/+1
* Move googletest to the third-party directoryTom Stellard2022-11-091-2/+2
* Revert "Move googletest to the third-party directory"Tom Stellard2022-11-091-2/+2
* Move googletest to the third-party directoryTom Stellard2022-11-091-2/+2
* Harmonize cmake_policy() across standalone builds of all projectsMichał Górny2022-10-281-6/+0
* Revert "Harmonize cmake_policy() across standalone builds of all projects"Michał Górny2022-10-271-0/+6
* Harmonize cmake_policy() across standalone builds of all projectsMichał Górny2022-10-271-6/+0
* [lldb] Include gtest in standalone build only if LLDB_INCLUDE_TESTSMichał Górny2022-10-241-10/+12
* [lldb] Add LLVM include dirs prior to gtest target in standalone buildMichał Górny2022-10-241-6/+6
* [lldb] Fix hard-coded argument to set_target_propertiesJonas Devlieghere2022-10-061-1/+1
* [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson2022-09-141-1/+1
* Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson2022-08-251-1/+1
* [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson2022-08-241-1/+1
* [clang][lldb][cmake] Use new `*_INSTALL_LIBDIR_BASENAME` CPP macroJohn Ericson2022-08-201-0/+2
* Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2022-08-184-7/+5
* [cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2022-08-184-5/+7
* lldb: Disable unittests if llvm_gtest target does not existTom Stellard2022-08-101-0/+12
* [lldb] Disable modules in Apple-lldb-baseJonas Devlieghere2022-05-241-1/+0
* [llvm][lldb] use FindLibEdit.cmake everywhereTobias Ribizel2022-05-122-64/+10
* [lldb] [CMake] Disable GCC's -Wstringop-truncation warning. NFC.Martin Storsjö2022-04-071-0/+3
* [lldb] Fix detecting warning options for GCCMartin Storsjö2022-04-061-10/+15
* [lldb] Add support for a "global" lldbinit filePavel Labath2022-02-181-0/+4
* [cmake] Make include(GNUInstallDirs) always below project(..)John Ericson2022-01-201-2/+0
* [lldb] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2021-12-222-3/+5
* [lldb] Silence CMake warnings about missing FindFBSDVMCoreMichał Górny2021-12-161-3/+7
* [lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny2021-12-141-0/+1
* Revert "[lldb] Introduce a FreeBSDKernel plugin for vmcores"Michał Górny2021-12-141-1/+0
* [lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny2021-12-141-0/+1
* Quote some more destination paths with variablesJohn Ericson2021-12-131-2/+2
* Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation d...Med Ismail Bennani2021-12-101-2/+2
* Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- ...John Ericson2021-12-101-2/+2
* Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM"Med Ismail Bennani2021-11-021-2/+2
* Use `GNUInstallDirs` to support custom installation dirs. -- LLVMJohn Ericson2021-11-021-2/+2
* [lldb] Configure CMake policy CMP0116 for standalone buildsDave Lee2021-10-251-0/+6
* [lldb/lua] Force Lua version to be 5.3Siger Yang2021-10-121-1/+1
* [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory2021-09-161-2/+2