aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2024-01-16[libc++abi] Fix typo in CMake error messageLouis Dionne1-1/+1
2024-01-15[libc++abi] Improve error message when libunwind is missing from LLVM_ENABLE_...Louis Dionne1-0/+3
2024-01-11[runtimes] Use LLVM libunwind from libc++abi by default (#77687)Louis Dionne1-1/+1
2023-11-16Remove deprecated warning from cmake files (#72595)Tacet1-5/+0
2023-09-21[runtimes] Simplify testing configurations on GCC by using -nostdlib++ (#67021)Louis Dionne1-3/+1
2023-08-17[libc++] Fix a few incorrect CMake configuration optionsLouis Dionne1-4/+4
2023-07-17[libc++] Remove internal "build-with-external-thread-library" configurationLouis Dionne1-20/+1
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-1/+1
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-1/+1
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-04-21[SystemZ][z/OS] Make LIBCXXABI_LIBUNWIND_INCLUDES_INTERNAL available for exte...Zibi Sarbinowski1-3/+3
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever1-1/+1
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+1
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-03-17[runtimes] Synchronize warnings flags between libc++/libc++abi/libunwindNikolas Klauser1-36/+1
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+1
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-1/+1
2023-02-24[z/OS][NFC] Remove obsolete code.Zibi Sarbinowski1-4/+0
2023-02-21[runtimes] Remove add_target_flags* functions and use add_flags* insteadNikolas Klauser1-2/+2
2023-02-21[runtimes] Move common functions from Handle{Libcxx,Libcxxabi,Libunwind}Flags...Nikolas Klauser1-0/+1
2022-12-05Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan1-2/+2
2022-11-29[CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek1-2/+2
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne1-0/+3
2022-10-03[SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski1-0/+6
2022-08-23Revert the removal of LLVM_ENABLE_PROJECTS for libc++ and libc++abiLouis Dionne1-9/+2
2022-08-21[libcxxabi][cmake] Allow building without libcxx againJohn Ericson1-2/+9
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson1-3/+5
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-5/+3
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan1-0/+5
2022-06-08[libc++] Towards a simpler extern template story in libc++Louis Dionne1-3/+0
2022-05-26[libc++abi] Use from-scratch testing configs for libc++abi by defaultLouis Dionne1-1/+18
2022-05-19[runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne1-2/+2
2022-05-18[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö1-20/+5
2022-05-14[libcxxabi] Copy headers into build locationPetr Hosek1-1/+8
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne1-67/+6
2022-05-11[runtimes] Print the testing configuration in use in libunwind and libc++abiLouis Dionne1-0/+1
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek1-2/+2
2022-03-30[libunwind] Add a _LIBUNWIND_VERSION macroLouis Dionne1-5/+0
2022-03-07[libcxxabi] Fix cmake order dependency wrt dllexportingMartin Storsjö1-1/+8
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne1-26/+3
2022-02-28[libc++abi] Install the libc++abi headers from libc++abiLouis Dionne1-1/+3
2022-02-16[runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne1-9/+9
2022-02-16[runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne1-0/+10
2022-02-09[runtimes] Remove support for standalone buildsLouis Dionne1-0/+4
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson1-5/+7
2022-01-19[cmake] Move HandleOutOfTreeLLVM to common cmake utilsJohn Ericson1-4/+0
2022-01-18[libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDirs` to support custom ...John Ericson1-1/+3