summaryrefslogtreecommitdiffstats
path: root/libunwind/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* unwind: restore the LINKER_LANGUAGESaleem Abdulrasool2019-11-061-0/+6
* unwind: reflow some of the build rules (NFC)Saleem Abdulrasool2019-11-061-32/+16
* unwind: disable RTTI during the build of libunwindSaleem Abdulrasool2019-11-061-0/+10
* Revert "build: explicitly set the linker language for unwind"Saleem Abdulrasool2019-11-061-2/+0
* build: explicitly set the linker language for unwindSaleem Abdulrasool2019-11-041-0/+2
* [libunwind] Fix issues introduced in r374606Petr Hosek2019-10-121-0/+4
* [libunwind] Refactor CMake flag checks to match libc++ and libc++abiPetr Hosek2019-10-111-36/+49
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2019-05-221-2/+2
* Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to forceSterling Augustine2019-05-131-0/+1
* [gn] Support for building libunwindPetr Hosek2019-05-021-6/+11
* [libunwind] Do not share an object library to create the static/shared librariesPetr Hosek2019-04-031-37/+12
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-081-2/+2
* [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2019-03-081-2/+2
* [CMake] Use correct visibility for linked libraries in CMakePetr Hosek2019-01-301-2/+2
* Revert "[CMake] Use correct visibility for linked libraries in CMake"Petr Hosek2019-01-301-2/+2
* [CMake] Use correct visibility for linked libraries in CMakePetr Hosek2019-01-301-2/+2
* [libunwind] Support building hermetic static libraryPetr Hosek2019-01-291-7/+34
* [cmake] Rename append_if to avoid collision with LLVMMichal Gorny2018-12-111-10/+10
* [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.Charles Davis2018-10-081-1/+6
* [CMake] Remove variable reference that isn't used.Charles Davis2018-09-041-1/+1
* Add support for SEH unwinding on Windows.Charles Davis2018-08-301-1/+2
* [libunwind][mips] Include gcc_s for linkageStefan Maksimovic2018-08-161-0/+1
* [cmake] Add MINGW_LIBRARIES to the linker flagsMartin Storsjo2018-08-141-0/+3
* [CMake] Option to control whether shared/static library is installedPetr Hosek2018-07-241-6/+10
* [cmake] Remove duplicate command line options from buildAaron Smith2018-04-051-2/+2
* [cmake] [libunwind] LLVM_FOUND isn't always set, so just test ifDon Hinton2018-01-271-1/+1
* [cmake] [libunwind] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-261-0/+3
* [libunwind] Create install-unwind-stripped target manuallyShoaib Meenai2017-12-081-3/+11
* [libunwind] Switch to add_llvm_install_targetsShoaib Meenai2017-11-301-5/+3
* [CMake] Use the variable from the right project in install-unwindMartin Storsjo2017-11-291-1/+1
* [libunwind][CMake] Provide option to disable instalation of the libraryPetr Hosek2017-11-171-3/+12
* Abstract rwlocks into a class, provide a SRW lock implementation for windowsMartin Storsjo2017-10-231-0/+1
* build: use POSITION_INDEPENDENT_CODE instead of -fPICSaleem Abdulrasool2017-10-031-2/+2
* SjLj: make the SjLj implementation more portableSaleem Abdulrasool2017-10-011-1/+0
* [CMake] Allow overriding lib dir suffix independently from LLVMPetr Hosek2017-08-081-2/+2
* [libunwind][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-2/+2
* [libunwind] Add support for a single-threaded libunwind buildAsiri Rathnayake2016-09-281-1/+3
* Allow building both shared and static libraryPetr Hosek2016-08-081-16/+37
* Attempt to fix libunwind buildEric Fiselier2016-06-021-2/+2
* [libunwind] Allow target flags to affect CMake configuration testsEric Fiselier2016-06-021-3/+6
* unwind: clean up warnings from the buildSaleem Abdulrasool2015-04-251-1/+4
* libunwind: add new build logicSaleem Abdulrasool2015-04-251-61/+52
* unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool2015-04-241-0/+118
OpenPOWER on IntegriCloud