summaryrefslogtreecommitdiffstats
path: root/lldb/cmake/modules/LLDBStandalone.cmake
Commit message (Expand)AuthorAgeFilesLines
* [lldb][CMake] Infer `Clang_DIR` if not passed explicitlyStefan Granitz2019-09-181-2/+2
* [CMake] Move project() call to main CMake fileHaibo Huang2019-07-291-2/+0
* build: allow the user to specify `llvm-tblgen`Saleem Abdulrasool2019-07-201-23/+27
* [CMake] Remove duplicated logic to find Python when doing a standalone buildJonas Devlieghere2019-07-171-12/+0
* [CMake] Use LLVM_DIR and Clang_DIR for standalone builds.Jonas Devlieghere2019-07-171-11/+3
* [CMake] Move standalone check so we don't have to reconfigure LLDBJonas Devlieghere2019-07-171-99/+96
* Make Python version setting actually effectiveJonas Devlieghere2019-07-131-1/+1
* Add Python 3.6 and 3.7 to the version listNico Weber2019-07-101-1/+1
* [CMake] Distribution builds for LLDB standaloneStefan Granitz2019-07-101-0/+1
* Specify log level for CMake messages (less stderr)Stefan Granitz2019-06-191-1/+1
* [CMake] Add configuration dirs as potential locations for llvm-lit and llvm-t...Stefan Granitz2019-06-051-3/+16
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-281-0/+8
* [CMake] Don't explicitly use LLVM_LIBRARY_DIR in standalone buildsAlex Langford2019-04-051-3/+0
* [CMake] Set LLVM_DEFAULT_EXTERNAL_LIT in standalone build correctly on windowsAlex Langford2019-03-181-1/+6
* [lldb] [cmake] Use install directories for LLVM_* variablesMichal Gorny2019-02-131-3/+3
* [cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT alwaysMichal Gorny2019-01-281-1/+1
* [CMake] Use llvm-tblgen from NATIVE LLVM build when cross-compilingAlex Langford2019-01-251-2/+25
* [CMake] Remove duplicated cache variable. NFC.Alex Langford2019-01-241-2/+0
* [CMake] Get back some variables used in AddLLVM.cmakeStefan Granitz2019-01-241-0/+5
* [CMake] Fix two details from r351863Stefan Granitz2019-01-221-3/+3
* [CMake] Replace use of llvm-config with LLVM and Clang CMake packagesAlex Langford2019-01-221-77/+20
* [CMake] Include tests by default also in standalone buildsStefan Granitz2019-01-111-0/+1
* [CMake] Remove dead code and outdated commentsStefan Granitz2019-01-111-1/+0
* [CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary d...Stefan Granitz2019-01-091-3/+1
* Make standalone build find tabelgenJonas Devlieghere2018-11-281-0/+1
* Fix typo in CMake commentsAlex Langford2018-05-251-2/+2
* LLDBStandalone.cmake: set path to llvm-lit inside of llvm build dirAdrian Prantl2018-03-051-0/+1
* [CMake] NFC. Cleanup unnecessary CMake policyChris Bieneman2017-07-251-4/+0
* [CMake] [NFC] Remove out of date and redundant version requirementChris Bieneman2017-07-181-1/+0
* CMake requires normalized paths when appending.Zachary Turner2017-03-171-0/+1
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny2017-01-091-2/+3
* Fixes for standalone build:Eugene Zelenko2016-07-151-0/+2
* Fix standalone LLDB build, when LLVM/Clang were built with LLVM_INSTALL_TOOLC...Eugene Zelenko2016-05-181-1/+19
* Add CMake bits necessary for standalone buildKamil Rytarowski2016-05-121-49/+64
* Fix NetBSD build with CMake 3.5.2Kamil Rytarowski2016-05-011-1/+1
* Fix the search path for CMake filesNiels Ole Salscheider2016-02-041-4/+4
* LLDBStandalone: Report nice errors on missing varsRamkumar Ramachandra2015-11-101-7/+17
* Teach CMake to find versions of Python != 2.7Zachary Turner2015-10-061-2/+1
* Standalone cmake build improvements (bug #23889)Pavel Labath2015-07-171-0/+1
* LLDB standalone build: check if Clang was built independently from LLVMPavel Labath2015-07-071-1/+3
* Remove DOS line endings from LLDBStandalone.cmakeEd Maste2015-07-031-87/+87
* Add Support for LLVM_INSTALL_TOOLCHAIN_ONLY (bug #23784)Pavel Labath2015-06-291-0/+2
* [CMake] Refactor LLDB main CMake file.Zachary Turner2015-03-021-0/+85
OpenPOWER on IntegriCloud