summaryrefslogtreecommitdiff
path: root/libunwind/cmake
AgeCommit message (Expand)Author
2025-06-11[libunwind] Remove checks for -nostdlib++ (#143162)Nikolas Klauser
2024-10-25Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler"...Vitaly Buka
2024-10-24[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357)Martin Storsjö
2023-12-13[runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ ...Louis Dionne
2023-09-06[libunwind] Haiku: Initial supportTrung Nguyen
2023-02-22Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_f...Petr Hosek
2023-02-22[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flagPetr Hosek
2023-02-22[runtimes] Remove unused functions from Handle{Libcxx,Libunwind}Flags.cmakeNikolas Klauser
2023-02-21[runtimes] Remove add_target_flags* functions and use add_flags* insteadNikolas Klauser
2023-02-21[runtimes] Move common functions from Handle{Libcxx,Libcxxabi,Libunwind}Flags...Nikolas Klauser
2022-11-08[CMake] Fix -Wstrict-prototypesSam James
2022-08-17[compiler-rt][libunwind][runtimes] Recategorize `llvm_check_linker_flag` langsJohn Ericson
2022-05-27[libunwind][CMake] Fix name of LIBUNWIND_SUPPORTS_NODEFAULTLIBS_FLAGPavel Samolysov
2022-05-16[runtimes] Introduce object librariesLouis Dionne
2022-05-12[runtimes] [cmake] Fix -Werror detection in common build configsMartin Storsjö
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek
2022-01-29[cmake] Partially deduplicate `{llvm,compiler_rt}_check_linker_flag` for runt...John Ericson
2022-01-21Revert "[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime ...Petr Hosek
2022-01-20[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime libs and...John Ericson
2022-01-07[libc++] Disable coverage with sanitize-coverage=0Ben Wagner
2021-11-05[libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö
2021-10-27[CMake] Cache the compiler-rt library search resultsPetr Hosek
2021-10-21Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek
2021-10-18[CMake] Cache the compiler-rt library search resultsPetr Hosek
2021-07-15[runtimes] Don't try passing --target flags to GCCLouis Dionne
2021-02-16[SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building ...Zbigniew Sarbinowski
2020-04-30[libcxx][libcxxabi][libunwind] Use libgcc on AndroidShoaib Meenai
2019-12-17[unwind] Don't link libpthread and libdl on FuchsiaPetr Hosek
2019-12-11Reland "Enable `-funwind-tables` flag when building libunwind"Sergej Jaskiewicz
2019-12-04Revert "Enable `-funwind-tables` flag when building libunwind"Martin Storsjö
2019-12-04Enable `-funwind-tables` flag when building libunwindSergej Jaskiewicz
2019-10-11[libunwind] Refactor CMake flag checks to match libc++ and libc++abiPetr Hosek
2019-05-30[runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek
2019-01-28Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek
2019-01-28[CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek
2018-11-14[CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek
2018-10-08[CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.Charles Davis
2018-09-04[CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs.Charles Davis
2018-06-20[CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo
2017-10-03build: use POSITION_INDEPENDENT_CODE instead of -fPICSaleem Abdulrasool
2017-10-02Add CMake support for building for MinGWMartin Storsjo
2017-04-16[CMake][libunwind] Fix the -target and -gcc-toolchain flag handlingPetr Hosek
2017-04-12Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek
2017-04-07Revert "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek
2017-04-07[CMake][libunwind] Use -nodefaultlibs for CMake checksPetr Hosek
2016-11-08[CMake] Get libunwind building under LLVM/runtimesPetr Hosek
2015-12-10Replace cmake check for printf with a check for fopen.Evgeniy Stepanov
2015-04-25libunwind: add new build logicSaleem Abdulrasool