summaryrefslogtreecommitdiff
path: root/lldb/cmake
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-04[CMake] Revised RPATH handlingStefan Granitz
2019-01-04[CMake] Revised LLDB.framework buildsStefan Granitz
2019-01-04[CMake] Move debugserver options to separate debugserverConfig.cmakeStefan 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-21[cmake] Suppress 'warning C4201: nonstandard extension used: nameless struct...Stella Stamenova
2018-12-18Reenable FindLibXml2 on Windows and confirm its at least 2.8 or newerNathan Lanza
2018-12-05[CMake] Fix side-effect from LLDB_VERSION change in r346668 for framework-ena...Stefan Granitz
2018-11-28Make standalone build find tabelgenJonas Devlieghere
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-10-31[lldb] Fix race condition in framework installationShoaib Meenai
2018-08-23[cmake] Add option to skip building lldb-serverAlex Langford
2018-08-22Add include directory for libxml on macOSStephane Sezer
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-26Add back lldb-framework-headers targetAlex Langford
2018-07-26Make framework-header-fix process copied headersAlex Langford
2018-07-25Use LLVM's new ItaniumPartialDemangler in LLDBStefan Granitz
2018-07-17Invert dependency between lldb-framework and lldb-suiteAlex Langford
2018-07-16[CMake] Give lldb tools functional install targets when building LLDB.frameworkAlex Langford
2018-07-05[CMake] Simplify a few framework build rulesAlex Langford
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-11[cmake] Detect presence of wide-char libedit at build timePavel Labath
2018-06-07Check for process_vm_readv using CheckSymbolExistsAlex Langford
2018-05-25Fix typo in CMake commentsAlex Langford
2018-05-22build: use cmake to find the libedit contentSaleem Abdulrasool
2018-03-14[cmake] Fix standalone+LLVM_LINK_LLVM_DYLIB builds (pr36687)Pavel Labath
2018-03-08Install lldb's SB headers (pr36630)Pavel Labath
2018-03-05LLDBStandalone.cmake: set path to llvm-lit inside of llvm build dirAdrian Prantl
2017-12-13[lldb] Set component when invoking add_llvm_install_targetsPetr Hosek
2017-12-12[lldb] Switch to add_llvm_install_targetsShoaib Meenai
2017-12-07Disable warnings related to anonymous types in the ObjC pluginVedant Kumar
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-10-31Fix LLVM_LINK_LLVM_DYLIB build (pr35053)Pavel Labath
2017-09-16Check availability of accept4 in C++ instad of C code.Eugene Zemtsov
2017-09-16More precise c library feature detection for Android.Eugene Zemtsov
2017-07-28[CMake] Add checks for libcompressionChris Bieneman
2017-07-28[CMake] Adapt to clang r309390Chris Bieneman
2017-07-25[CMake] Update Framework construction for iOSChris Bieneman
2017-07-25[CMake] NFC. Cleanup unnecessary CMake policyChris Bieneman
2017-07-25[CMake] Cleanup unnecessary definitionChris Bieneman
2017-07-18[CMake] A few fixups to support building LLDB for iOSChris Bieneman
2017-07-18[CMake] [NFC] Remove out of date and redundant version requirementChris Bieneman