aboutsummaryrefslogtreecommitdiff
path: root/libunwind/cmake
AgeCommit message (Expand)AuthorFilesLines
2023-09-06[libunwind] Haiku: Initial supportTrung Nguyen1-1/+12
2023-02-22Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_f...Petr Hosek1-4/+4
2023-02-22[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flagPetr Hosek1-4/+4
2023-02-22[runtimes] Remove unused functions from Handle{Libcxx,Libunwind}Flags.cmakeNikolas Klauser1-37/+0
2023-02-21[runtimes] Remove add_target_flags* functions and use add_flags* insteadNikolas Klauser1-31/+0
2023-02-21[runtimes] Move common functions from Handle{Libcxx,Libcxxabi,Libunwind}Flags...Nikolas Klauser1-112/+1
2022-11-08[CMake] Fix -Wstrict-prototypesSam James1-1/+1
2022-08-17[compiler-rt][libunwind][runtimes] Recategorize `llvm_check_linker_flag` langsJohn Ericson1-1/+1
2022-05-27[libunwind][CMake] Fix name of LIBUNWIND_SUPPORTS_NODEFAULTLIBS_FLAGPavel Samolysov1-1/+1
2022-05-16[runtimes] Introduce object librariesLouis Dionne1-0/+12
2022-05-12[runtimes] [cmake] Fix -Werror detection in common build configsMartin Storsjö1-3/+0
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek2-23/+23
2022-01-29[cmake] Partially deduplicate `{llvm,compiler_rt}_check_linker_flag` for runt...John Ericson1-4/+4
2022-01-21Revert "[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime ...Petr Hosek1-4/+4
2022-01-20[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime libs and...John Ericson1-4/+4
2022-01-07[libc++] Disable coverage with sanitize-coverage=0Ben Wagner1-1/+1
2021-11-05[libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö1-2/+11
2021-10-27[CMake] Cache the compiler-rt library search resultsPetr Hosek2-65/+3
2021-10-21Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek2-3/+64
2021-10-18[CMake] Cache the compiler-rt library search resultsPetr Hosek2-64/+3
2021-07-15[runtimes] Don't try passing --target flags to GCCLouis Dionne1-0/+11
2021-02-16[SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building ...Zbigniew Sarbinowski1-7/+17
2020-04-30[libcxx][libcxxabi][libunwind] Use libgcc on AndroidShoaib Meenai1-2/+6
2019-12-17[unwind] Don't link libpthread and libdl on FuchsiaPetr Hosek1-4/+9
2019-12-11Reland "Enable `-funwind-tables` flag when building libunwind"Sergej Jaskiewicz1-0/+11
2019-12-04Revert "Enable `-funwind-tables` flag when building libunwind"Martin Storsjö1-11/+0
2019-12-04Enable `-funwind-tables` flag when building libunwindSergej Jaskiewicz1-0/+11
2019-10-11[libunwind] Refactor CMake flag checks to match libc++ and libc++abiPetr Hosek2-37/+274
2019-05-30[runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek1-0/+4
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek1-2/+9
2019-01-28Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek1-1/+1
2019-01-28[CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek1-1/+1
2018-11-14[CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek1-0/+3
2018-10-08[CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.Charles Davis1-2/+8
2018-09-04[CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs.Charles Davis1-1/+0
2018-06-20[CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo1-0/+3
2017-10-03build: use POSITION_INDEPENDENT_CODE instead of -fPICSaleem Abdulrasool1-1/+0
2017-10-02Add CMake support for building for MinGWMartin Storsjo1-0/+13
2017-04-16[CMake][libunwind] Fix the -target and -gcc-toolchain flag handlingPetr Hosek1-1/+1
2017-04-12Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek2-2/+92
2017-04-07Revert "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek1-23/+2
2017-04-07[CMake][libunwind] Use -nodefaultlibs for CMake checksPetr Hosek1-2/+23
2016-11-08[CMake] Get libunwind building under LLVM/runtimesPetr Hosek1-0/+5
2015-12-10Replace cmake check for printf with a check for fopen.Evgeniy Stepanov1-1/+1
2015-04-25libunwind: add new build logicSaleem Abdulrasool1-0/+45