summaryrefslogtreecommitdiffstats
path: root/lldb/cmake
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Fix standalone+LLVM_LINK_LLVM_DYLIB builds (pr36687)Pavel Labath2018-03-141-5/+9
* Install lldb's SB headers (pr36630)Pavel Labath2018-03-081-6/+10
* LLDBStandalone.cmake: set path to llvm-lit inside of llvm build dirAdrian Prantl2018-03-051-0/+1
* [lldb] Set component when invoking add_llvm_install_targetsPetr Hosek2017-12-131-2/+4
* [lldb] Switch to add_llvm_install_targetsShoaib Meenai2017-12-121-10/+6
* Disable warnings related to anonymous types in the ObjC pluginVedant Kumar2017-12-072-1/+12
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+1
* Fix LLVM_LINK_LLVM_DYLIB build (pr35053)Pavel Labath2017-10-311-52/+0
* Check availability of accept4 in C++ instad of C code.Eugene Zemtsov2017-09-161-1/+1
* More precise c library feature detection for Android.Eugene Zemtsov2017-09-161-0/+1
* [CMake] Add checks for libcompressionChris Bieneman2017-07-281-0/+3
* [CMake] Adapt to clang r309390Chris Bieneman2017-07-281-4/+1
* [CMake] Update Framework construction for iOSChris Bieneman2017-07-251-2/+6
* [CMake] NFC. Cleanup unnecessary CMake policyChris Bieneman2017-07-251-4/+0
* [CMake] Cleanup unnecessary definitionChris Bieneman2017-07-251-4/+4
* [CMake] A few fixups to support building LLDB for iOSChris Bieneman2017-07-181-12/+22
* [CMake] [NFC] Remove out of date and redundant version requirementChris Bieneman2017-07-181-1/+0
* cmake: Put PROCESS_VM_READV detection results into Config.hPavel Labath2017-06-022-22/+9
* cmake: Enable process_vm_readv detection on androidPavel Labath2017-06-011-22/+20
* [CMake] Abstract Config.h generation for XcodeChris Bieneman2017-04-273-24/+50
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-1/+8
* Remove the home-grown android toolchain file and all references to itPavel Labath2017-04-251-155/+0
* [LLDB][MIPS] Move it into HandleLLVMOptions.cmake.Nitesh Jain2017-04-241-6/+0
* Resurrect LLDB Standalone build on NetBSDKamil Rytarowski2017-04-201-0/+2
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-3/+0
* [CMake] Add configure check for sys/event.hChris Bieneman2017-04-191-0/+1
* [CMake] Adding configure-time check for sigactionChris Bieneman2017-04-181-0/+1
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-0/+1
* [CMake] Support generating Config.hChris Bieneman2017-04-141-1/+27
* CMake requires normalized paths when appending.Zachary Turner2017-03-171-0/+1
* [CMake] Final dependency cleanup patch!Chris Bieneman2017-02-082-193/+2
* Install six.py conditionallyKamil Rytarowski2017-02-041-0/+3
* [CMake] Add explicit dependencies to pluginsChris Bieneman2017-01-311-1/+5
* [CMake] Add LINK_LIBS and LINK_COMPONENTS optionsChris Bieneman2017-01-311-17/+24
* Address post-commit review remarksPavel Labath2017-01-271-1/+1
* Fix android-i386 build broken by previous commitPavel Labath2017-01-271-1/+2
* Refactor the android accept hackPavel Labath2017-01-272-8/+4
* [cmake] Make lldb build with the android ndk toolchain filePavel Labath2017-01-173-14/+8
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny2017-01-091-2/+3
* [CMake] Fix install rules for tools included in the frameworkChris Bieneman2017-01-041-1/+1
* [CMake] Support distribution install for LLDB.frameworkChris Bieneman2016-12-211-1/+11
* [CMake] [PR31433] Fix LLDB tool installationChris Bieneman2016-12-201-13/+13
* Support of lldb on Kfreebsd Sylvestre Ledru2016-12-172-4/+3
* [CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman2016-12-152-8/+37
* Fix build for mingw.Hafiz Abid Qadeer2016-12-153-4/+4
* Remove one more if(__ANDROID_NDK__) I missedPavel Labath2016-12-051-9/+7
* [CMake] Use add_llvm_tool_symlink's OUTPUT_DIR optionChris Bieneman2016-12-051-1/+2
* Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath2016-12-021-2/+1
* Remove another hack from the android toolchain filePavel Labath2016-12-011-9/+0
* Remove a hack from the Android toolchain filePavel Labath2016-12-011-24/+0
OpenPOWER on IntegriCloud