summaryrefslogtreecommitdiff
path: root/lldb/CMakeLists.txt
AgeCommit message (Expand)Author
2019-01-11[CMake] Include tests by default also in standalone buildsStefan Granitz
2019-01-11[CMake] Remove dead code and outdated commentsStefan Granitz
2019-01-09[CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary d...Stefan Granitz
2019-01-09[CMake] Fix standalone builds: workaround the cxx target not getting imported...Stefan Granitz
2019-01-04[CMake] Python bindings generation polishingStefan Granitz
2019-01-04[CMake] Revised LLDB.framework buildsStefan Granitz
2019-01-04[CMake] Aggregate options for LLDB in LLDBConfig.cmakeStefan Granitz
2019-01-04[CMake] Streamline code signing for debugserver #2Stefan Granitz
2018-12-18[CMake] Don't require libcxxabi on darwinJonas Devlieghere
2018-12-18[cmake] Make libcxx(abi) a dependency when building in-tree clang for macOSJonas Devlieghere
2018-12-05[CMake] Fix side-effect from LLDB_VERSION change in r346668 for framework-ena...Stefan Granitz
2018-11-27Revert "[CMake] Streamline code signing for debugserver and pass entitlements...Davide Italiano
2018-11-20[CMake] Streamline code signing for debugserver and pass entitlements to exte...Stefan Granitz
2018-11-12[CMake] Allow version overrides with -DLLDB_VERSION_MAJOR/MINOR/PATCH/SUFFIXStefan Granitz
2018-09-18Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar
2018-08-01Introduce install-lldb-framework targetAlex Langford
2018-07-27Revert "Stop building liblldb with CMake's framework functionality"Alex Langford
2018-07-27Stop building liblldb with CMake's framework functionalityAlex Langford
2018-07-17Invert dependency between lldb-framework and lldb-suiteAlex Langford
2018-07-04[CMake] Remove redundant path componentJonas Devlieghere
2018-07-04[CMake] Use LLVM_RUNTIME_OUTPUT_INTDIR for LLDB exectuableJonas Devlieghere
2018-07-04[CMake] Move some variables aroundJonas Devlieghere
2018-06-19Attempt to fix windows build broken by r334968Pavel Labath
2018-06-19Fix up Info.plist when building LLDB.framework with CMakeAlex Langford
2018-06-18Introduce lldb-framework CMake target and centralize its logicAlex Langford
2018-06-07Remove commented out line from top-level CMakeLists.txtAlex Langford
2018-06-04Change SWIG output directory when building LLDB.framework with CMakeAlex Langford
2018-05-29[test] Fix --framework argument passed to dotest.Jonas Devlieghere
2018-05-22build: use cmake to find the libedit contentSaleem Abdulrasool
2018-05-03[CMake] Unify and relayer testingJonas Devlieghere
2018-02-21[lit] Update how clang and other binaries are found in per-configuration dire...Aaron Smith
2018-02-17[cmake] Fix LLDB_CODESIGN_IDENTITY logic.Don Hinton
2018-02-13[cmake] Darwin: Copy in the system debugserver if neededVedant Kumar
2018-02-08Add CMAKE_CFG_INTDIR as part of the include path for the default test compiler.Aaron Smith
2017-10-27Default to using in-tree clang for building test executablesPavel Labath
2017-10-06[CMake] Add LLDB_INCLUDE_TESTS variableChris Bieneman
2017-10-04LLDB cmake fix: define LLDB_CONFIGURATION_xxx based on the build typeLeonard Mosescu
2017-07-28[CMake] Enable OS_LOG support on DarwinChris Bieneman
2017-07-25[CMake] Fix framework buildChris Bieneman
2017-04-27[CMake] Abstract Config.h generation for XcodeChris Bieneman
2017-02-04Install six.py conditionallyKamil Rytarowski
2017-01-17[cmake] Make lldb build with the android ndk toolchain filePavel Labath
2017-01-12[CMake] Fix finding LLDBWrapPython.cpp in Framework buildChris Bieneman
2016-12-16Fix broken escaping of commands in the buildLuke Drummond
2016-12-15[CMake] Ensure Python files are inside the LLDB framework bundleChris Bieneman
2016-09-21[CMake] Initial support for LLDB.frameworkChris Bieneman
2016-08-19Revert "[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)"Vedant Kumar
2016-08-19[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)Vedant Kumar
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman
2016-05-01Fix NetBSD build with CMake 3.5.2Kamil Rytarowski