aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne1-2/+2
2022-05-16[runtimes] Introduce object librariesLouis Dionne1-31/+44
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek1-4/+4
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue1-1/+11
2021-12-16[libunwind] Provide a way to conveniently install libunwind headersPoYao Chang1-2/+8
2021-12-08[libc++][release] Do not force building the runtimes with -fPICLouis Dionne1-2/+0
2021-11-05[libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö1-0/+1
2021-09-09[runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö1-1/+1
2021-08-26[libunwind] Support stack unwind in CET environmentgejin1-0/+1
2021-08-11[Unwind] Split unwind.hDaniel Kiss1-0/+2
2021-07-27[runtimes] Always build libc++, libc++abi and libunwind with -fPICLouis Dionne1-0/+2
2021-07-26[libc++abi/unwind] NFC: Normalize how we set target propertiesLouis Dionne1-18/+22
2021-04-01[CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIXPetr Hosek1-3/+3
2021-03-07[libunwind] Install the DLL when doing "ninja install"Martin Storsjö1-1/+2
2021-02-22[libunwind] unw_* alias fixes for ELF and Mach-ORyan Prichard1-2/+2
2021-02-16[SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building ...Zbigniew Sarbinowski1-1/+5
2020-11-09[runtimes] Avoid overwriting the rpath unconditionallyLouis Dionne1-3/+0
2020-08-27[CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify wo...Raul Tambre1-8/+4
2020-08-26[libunwind] Minor fixes in libunwindRyan Prichard1-0/+3
2020-02-20[libunwind][CMake] Treat S files as C to work around CMake bug.Michael Spencer1-1/+3
2020-01-27[libunwind] Treat assembly files as C on mingwMartin Storsjö1-0/+7
2020-01-24[libunwind] Set LIBUNWIND_ASM_SOURCES to the ASM source language from CJames Nagurne1-3/+0
2019-11-06unwind: restore the LINKER_LANGUAGESaleem Abdulrasool1-0/+6
2019-11-06unwind: reflow some of the build rules (NFC)Saleem Abdulrasool1-32/+16
2019-11-06unwind: disable RTTI during the build of libunwindSaleem Abdulrasool1-0/+10
2019-11-06Revert "build: explicitly set the linker language for unwind"Saleem Abdulrasool1-2/+0
2019-11-04build: explicitly set the linker language for unwindSaleem Abdulrasool1-0/+2
2019-10-12[libunwind] Fix issues introduced in r374606Petr Hosek1-0/+4
2019-10-11[libunwind] Refactor CMake flag checks to match libc++ and libc++abiPetr Hosek1-36/+49
2019-05-22[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek1-2/+2
2019-05-13Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to forceSterling Augustine1-0/+1
2019-05-02[gn] Support for building libunwindPetr Hosek1-6/+11
2019-04-03[libunwind] Do not share an object library to create the static/shared librariesPetr Hosek1-37/+12
2019-03-08Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss1-2/+2
2019-03-08[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek1-2/+2
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek1-2/+2
2019-01-30Revert "[CMake] Use correct visibility for linked libraries in CMake"Petr Hosek1-2/+2
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek1-2/+2
2019-01-29[libunwind] Support building hermetic static libraryPetr Hosek1-7/+34
2018-12-11[cmake] Rename append_if to avoid collision with LLVMMichal Gorny1-10/+10
2018-10-08[CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.Charles Davis1-1/+6
2018-09-04[CMake] Remove variable reference that isn't used.Charles Davis1-1/+1
2018-08-30Add support for SEH unwinding on Windows.Charles Davis1-1/+2
2018-08-16[libunwind][mips] Include gcc_s for linkageStefan Maksimovic1-0/+1
2018-08-14[cmake] Add MINGW_LIBRARIES to the linker flagsMartin Storsjo1-0/+3
2018-07-24[CMake] Option to control whether shared/static library is installedPetr Hosek1-6/+10
2018-04-05[cmake] Remove duplicate command line options from buildAaron Smith1-2/+2
2018-01-27[cmake] [libunwind] LLVM_FOUND isn't always set, so just test ifDon Hinton1-1/+1
2018-01-26[cmake] [libunwind] Call llvm_setup_rpath() when adding shared libraries.Don Hinton1-0/+3
2017-12-08[libunwind] Create install-unwind-stripped target manuallyShoaib Meenai1-3/+11