summaryrefslogtreecommitdiff
path: root/libunwind/cmake
Commit message (Expand)AuthorAgeFilesLines
* Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_f...Petr Hosek2023-02-221-4/+4
* [CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flagPetr Hosek2023-02-221-4/+4
* [runtimes] Remove unused functions from Handle{Libcxx,Libunwind}Flags.cmakeNikolas Klauser2023-02-221-37/+0
* [runtimes] Remove add_target_flags* functions and use add_flags* insteadNikolas Klauser2023-02-211-31/+0
* [runtimes] Move common functions from Handle{Libcxx,Libcxxabi,Libunwind}Flags...Nikolas Klauser2023-02-211-112/+1
* [CMake] Fix -Wstrict-prototypesSam James2022-11-081-1/+1
* [compiler-rt][libunwind][runtimes] Recategorize `llvm_check_linker_flag` langsJohn Ericson2022-08-171-1/+1
* [libunwind][CMake] Fix name of LIBUNWIND_SUPPORTS_NODEFAULTLIBS_FLAGPavel Samolysov2022-05-271-1/+1
* [runtimes] Introduce object librariesLouis Dionne2022-05-161-0/+12
* [runtimes] [cmake] Fix -Werror detection in common build configsMartin Storsjö2022-05-121-3/+0
* [runtimes] [CMake] Unify variable namesPetr Hosek2022-04-242-23/+23
* [cmake] Partially deduplicate `{llvm,compiler_rt}_check_linker_flag` for runt...John Ericson2022-01-291-4/+4
* Revert "[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime ...Petr Hosek2022-01-211-4/+4
* [cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime libs and...John Ericson2022-01-201-4/+4
* [libc++] Disable coverage with sanitize-coverage=0Ben Wagner2022-01-071-1/+1
* [libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö2021-11-051-2/+11
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-272-65/+3
* Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek2021-10-212-3/+64
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-182-64/+3
* [runtimes] Don't try passing --target flags to GCCLouis Dionne2021-07-151-0/+11
* [SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building ...Zbigniew Sarbinowski2021-02-161-7/+17
* [libcxx][libcxxabi][libunwind] Use libgcc on AndroidShoaib Meenai2020-04-301-2/+6
* [unwind] Don't link libpthread and libdl on FuchsiaPetr Hosek2019-12-171-4/+9
* Reland "Enable `-funwind-tables` flag when building libunwind"Sergej Jaskiewicz2019-12-111-0/+11
* Revert "Enable `-funwind-tables` flag when building libunwind"Martin Storsjö2019-12-041-11/+0
* Enable `-funwind-tables` flag when building libunwindSergej Jaskiewicz2019-12-041-0/+11
* [libunwind] Refactor CMake flag checks to match libc++ and libc++abiPetr Hosek2019-10-112-37/+274
* [runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek2019-05-301-0/+4
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-2/+9
* Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek2019-01-281-1/+1
* [CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek2019-01-281-1/+1
* [CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek2018-11-141-0/+3
* [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.Charles Davis2018-10-081-2/+8
* [CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs.Charles Davis2018-09-041-1/+0
* [CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo2018-06-201-0/+3
* build: use POSITION_INDEPENDENT_CODE instead of -fPICSaleem Abdulrasool2017-10-031-1/+0
* Add CMake support for building for MinGWMartin Storsjo2017-10-021-0/+13
* [CMake][libunwind] Fix the -target and -gcc-toolchain flag handlingPetr Hosek2017-04-161-1/+1
* Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek2017-04-122-2/+92
* Revert "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek2017-04-071-23/+2
* [CMake][libunwind] Use -nodefaultlibs for CMake checksPetr Hosek2017-04-071-2/+23
* [CMake] Get libunwind building under LLVM/runtimesPetr Hosek2016-11-081-0/+5
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* libunwind: add new build logicSaleem Abdulrasool2015-04-251-0/+45