aboutsummaryrefslogtreecommitdiff
path: root/lldb/cmake
AgeCommit message (Expand)AuthorFilesLines
2022-11-30[lldb] Use LLDB_ENABLE_SWIG as the canonical CMake variableJonas Devlieghere2-7/+5
2022-11-29[lldb] Make SWIG an auto-detected dependencyJonas Devlieghere3-7/+7
2022-11-18[lldb] Restore default setting of LLDB_INCLUDE_TESTS in standalone buildsAlex Langford1-1/+0
2022-11-16Only use major version in the clang resource directory for standalone builds.Jim Ingham1-1/+1
2022-11-12[lldb] [cmake] Fix another typo in third-party/unittest pathMichał Górny1-1/+1
2022-11-11[lldb] [cmake] Fix typo in unittest directory pathMichał Górny1-1/+1
2022-11-09Move googletest to the third-party directoryTom Stellard1-2/+2
2022-11-09Revert "Move googletest to the third-party directory"Tom Stellard1-2/+2
2022-11-09Move googletest to the third-party directoryTom Stellard1-2/+2
2022-10-28Harmonize cmake_policy() across standalone builds of all projectsMichał Górny1-6/+0
2022-10-27Revert "Harmonize cmake_policy() across standalone builds of all projects"Michał Górny1-0/+6
2022-10-27Harmonize cmake_policy() across standalone builds of all projectsMichał Górny1-6/+0
2022-10-24[lldb] Include gtest in standalone build only if LLDB_INCLUDE_TESTSMichał Górny1-10/+12
2022-10-24[lldb] Add LLVM include dirs prior to gtest target in standalone buildMichał Górny1-6/+6
2022-10-06[lldb] Fix hard-coded argument to set_target_propertiesJonas Devlieghere1-1/+1
2022-09-14[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-1/+1
2022-08-25Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson1-1/+1
2022-08-24[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-1/+1
2022-08-20[clang][lldb][cmake] Use new `*_INSTALL_LIBDIR_BASENAME` CPP macroJohn Ericson1-0/+2
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson4-7/+5
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson4-5/+7
2022-08-10lldb: Disable unittests if llvm_gtest target does not existTom Stellard1-0/+12
2022-05-24[lldb] Disable modules in Apple-lldb-baseJonas Devlieghere1-1/+0
2022-05-12[llvm][lldb] use FindLibEdit.cmake everywhereTobias Ribizel2-64/+10
2022-04-07[lldb] [CMake] Disable GCC's -Wstringop-truncation warning. NFC.Martin Storsjö1-0/+3
2022-04-06[lldb] Fix detecting warning options for GCCMartin Storsjö1-10/+15
2022-02-18[lldb] Add support for a "global" lldbinit filePavel Labath1-0/+4
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson1-2/+0
2021-12-22[lldb] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2-3/+5
2021-12-16[lldb] Silence CMake warnings about missing FindFBSDVMCoreMichał Górny1-3/+7
2021-12-14[lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny1-0/+1
2021-12-14Revert "[lldb] Introduce a FreeBSDKernel plugin for vmcores"Michał Górny1-1/+0
2021-12-14[lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny1-0/+1
2021-12-13Quote some more destination paths with variablesJohn Ericson1-2/+2
2021-12-10Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation d...Med Ismail Bennani1-2/+2
2021-12-10Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- ...John Ericson1-2/+2
2021-11-02Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM"Med Ismail Bennani1-2/+2
2021-11-02Use `GNUInstallDirs` to support custom installation dirs. -- LLVMJohn Ericson1-2/+2
2021-10-25[lldb] Configure CMake policy CMP0116 for standalone buildsDave Lee1-0/+6
2021-10-12[lldb/lua] Force Lua version to be 5.3Siger Yang1-1/+1
2021-09-16[LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory1-2/+2
2021-09-03Revert "[lldb/lua] Force Lua version to be 5.3"Siger Yang1-1/+1
2021-09-03[lldb/lua] Force Lua version to be 5.3Siger Yang1-1/+1
2021-08-09[lldb] [cmake] Add LLVM_LIT_ARGS override support for standalone buildsMichał Górny1-0/+2
2021-08-05Revert "D106035: Remove conditional compilation for WCHAR support in libedit"Neal Sidhwaney1-0/+9
2021-08-05D106035: Remove conditional compilation for WCHAR support in libeditNeal Sidhwaney1-9/+0
2021-08-03[lldb] Get rid of HAVE_SYS_TYPES_HNico Weber1-1/+0
2021-08-02[lldb] Get rid of HAVE_SIGACTIONNico Weber1-1/+0
2021-05-26[lldb] add LLDB_SKIP_DSYM optionRichard Howell2-12/+15
2021-03-01[lldb] Remove XPCServices symlinkingShoaib Meenai1-10/+0