aboutsummaryrefslogtreecommitdiff
path: root/lldb/cmake
AgeCommit message (Expand)AuthorFilesLines
2019-10-11[lldb][cmake] Fix build with GCC 4.8 and wchar-enabled libeditTom Stellard1-2/+7
2019-08-26Merging r367115, r367125, r367127, and r367153.Hans Wennborg1-10/+37
2019-07-19Merging r366433:Hans Wennborg2-0/+25
2019-07-17[NFC] Clarify a Cmake status message regarding Python on LLDBConfigAdrian McCarthy1-1/+1
2019-07-17[CMake] Remove duplicated logic to find Python when doing a standalone buildJonas Devlieghere1-12/+0
2019-07-17[CMake] Use LLVM_DIR and Clang_DIR for standalone builds.Jonas Devlieghere1-11/+3
2019-07-17[CMake] Avoid liblldb genex when figuring out the copy destination for framew...Stefan Granitz1-1/+2
2019-07-17[CMake] Move standalone check so we don't have to reconfigure LLDBJonas Devlieghere1-99/+96
2019-07-16Don't require python exe and lib versions to match while crosscompilingNathan Lanza1-1/+2
2019-07-16Fix LLDB Windows build Python version logic after r366243Reid Kleckner1-0/+1
2019-07-16[CMake] Fail when Python interpreter doesn't match Python libraries versionJonas Devlieghere1-3/+6
2019-07-16[CMake] Add Apple-lldb-Xcode.cmake cache that avoids install optionsStefan Granitz1-0/+4
2019-07-13Make Python version setting actually effectiveJonas Devlieghere1-1/+1
2019-07-12[lldb] Let table gen create command option initializers.Raphael Isemann1-1/+34
2019-07-10Add Python 3.6 and 3.7 to the version listNico Weber1-1/+1
2019-07-10[CMake][NFC] Remove dead code lldb_append_link_flags() from AddLLDB.cmakeStefan Granitz1-16/+0
2019-07-10[CMake][NFC] Polish comments in AddLLDB.cmakeStefan Granitz1-2/+6
2019-07-10[CMake] Add Apple-lldb-Linux.cmake cacheStefan Granitz1-0/+8
2019-07-10[CMake] Polish Apple-lldb cachesStefan Granitz2-18/+8
2019-07-10[CMake] `install-distribution` for LLDB on DarwinStefan Granitz4-47/+105
2019-07-10[CMake] Distribution builds for LLDB standaloneStefan Granitz2-1/+10
2019-07-10[CMake] Remove extra lldb-framework targetStefan Granitz1-10/+6
2019-07-09[CMake] Polish a commentStefan Granitz1-1/+2
2019-07-09[CMake] Don't initialize LLVM_INSTALL_TOOLCHAIN_ONLY in Apple-lldb-base cacheStefan Granitz1-1/+0
2019-07-09[CMake] Remove old lldb_setup_framework_rpaths_in_tool()Stefan Granitz1-39/+0
2019-07-03[CMake] Avoid libcxxabi dependency when building LLDB from the monorepo on macOSStefan Granitz1-0/+3
2019-07-02Update cmake build setup so lldb doesn't link against the DebugSymbolsJason Molenda1-1/+0
2019-06-19Specify log level for CMake messages (less stderr)Stefan Granitz2-11/+11
2019-06-13[CMake] Fix generated Xcode-project ignoring output directory setting for LLD...Stefan Granitz1-0/+6
2019-06-13[CMake] Add fallbacks for copying clang-resource-headers to LLDB.framework in...Stefan Granitz1-3/+25
2019-06-07NFC: Fix typo in a cmake messageAdrian McCarthy1-1/+1
2019-06-05[CMake] Add configuration dirs as potential locations for llvm-lit and llvm-t...Stefan Granitz1-3/+16
2019-06-04[CMake] Move and add settings to Apple-lldb-base cache scriptStefan Granitz2-3/+5
2019-05-29[CMake] LLDB.framework tools handlingStefan Granitz3-16/+30
2019-05-29build: only search for the needed python typeSaleem Abdulrasool1-67/+23
2019-05-28[CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz3-2/+14
2019-05-17[CMake] Add first CMake cache filesStefan Granitz2-0/+30
2019-05-14[CMake] Correctly reinstate LLDB_CAN_USE_LLDB_SERVERPavel Labath1-2/+2
2019-05-13[CMake] Reinstate LLDB_CAN_USE_LLDB_SERVERJonas Devlieghere1-2/+4
2019-05-13[CMake] Simplify lldb-server handlingJonas Devlieghere1-6/+2
2019-04-29[CMake] Fix subtle CMake bugAlex Langford1-1/+1
2019-04-17[CMake] Remove Apple-specific version logic.Frederic Riss1-11/+0
2019-04-16[tools] Make vscode and lldb-instr optional.Davide Italiano1-0/+5
2019-04-05[CMake] Don't explicitly use LLVM_LIBRARY_DIR in standalone buildsAlex Langford1-3/+0
2019-03-29[Cmake] Unify python variablesJonas Devlieghere1-11/+13
2019-03-18[CMake] Set LLVM_DEFAULT_EXTERNAL_LIT in standalone build correctly on windowsAlex Langford1-1/+6
2019-03-15Fix a typo in FindLibEdit.cmakePavel Labath1-1/+1
2019-03-12Revert "[CMake] Avoid clang-tablegen-targets dependency when building sphinx ...Stefan Granitz1-1/+1
2019-03-12[CMake] Avoid clang-tablegen-targets dependency when building sphinx docs (ex...Jonas Devlieghere1-1/+1
2019-03-04[build] Rename clang-headers to clang-resource-headersShoaib Meenai1-2/+2