aboutsummaryrefslogtreecommitdiff
path: root/libunwind/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-05-18[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö1-6/+6
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne1-37/+0
2022-05-11[runtimes] Print the testing configuration in use in libunwind and libc++abiLouis Dionne1-0/+1
2022-05-04[libunwind] [CMake] Handle the RelWithDebInfo configuration similarly to ReleaseMartin Storsjö1-2/+2
2022-04-25[libunwind] [CMake] Remove leftover no-op cmake variable setting. NFC.Martin Storsjö1-9/+0
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek1-3/+3
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne1-28/+5
2022-02-16[runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne1-10/+10
2022-02-16[runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne1-0/+10
2022-02-09[runtimes] Remove support for standalone buildsLouis Dionne1-0/+4
2022-02-01Bump the trunk major version to 15llvmorg-15-initTom Stellard1-1/+1
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson1-7/+12
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-2/+4
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-4/+2
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+4
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-4/+2
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+4
2022-01-11[libc++][libc++abi][libunwind] Dedup install path var definitionsJohn Ericson1-5/+5
2022-01-10[libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLUDE_DIR` CACHE PATHJohn Ericson1-11/+10
2022-01-03[CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarityJohn Ericson1-4/+5
2021-12-16[libunwind] Provide a way to conveniently install libunwind headersPoYao Chang1-1/+2
2021-12-01[runtimes] Move WARNING to FATAL_ERROR for folks using FOO_BUILD_32_BITSLouis Dionne1-1/+1
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne1-13/+5
2021-11-05[libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö1-1/+14
2021-10-27[CMake] Cache the compiler-rt library search resultsPetr Hosek1-0/+2
2021-10-26[libunwind] Take 2: Use the from-scratch testing configuration by defaultLouis Dionne1-1/+7
2021-10-21Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek1-2/+0
2021-10-21[runtimes] Properly handle the sysroot/triple/gcc-toolchainLouis Dionne1-9/+8
2021-10-20[libunwind] Revert "Use the from-scratch testing configuration by default"Louis Dionne1-7/+1
2021-10-20[libunwind] Use the from-scratch testing configuration by defaultLouis Dionne1-1/+7
2021-10-19[libunwind] Add a from-scratch config for running libunwind testsLouis Dionne1-2/+2
2021-10-18[CMake] Cache the compiler-rt library search resultsPetr Hosek1-0/+2
2021-10-05[runtimes] Allow FOO_TEST_CONFIG to be a relative pathLouis Dionne1-1/+5
2021-09-16[LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory1-1/+1
2021-09-09[runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö1-0/+6
2021-09-02[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss1-1/+0
2021-08-26[libunwind] Support stack unwind in CET environmentgejin1-0/+16
2021-08-11[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss1-0/+1
2021-07-27Bump the trunk major version to 14llvmorg-14-initTom Stellard1-1/+1
2021-07-16[runtimes] Simplify how we set the target tripleLouis Dionne1-5/+1
2021-07-15[runtimes] Don't try passing --target flags to GCCLouis Dionne1-3/+3
2021-07-14[runtimes] Bring back TARGET_TRIPLELouis Dionne1-1/+5
2021-07-14[runtimes] Inherit the TARGET_TRIPLE that may be set by LLVMLouis Dionne1-1/+1
2021-07-14[runtimes] NFCI: Drop intermediate CMake variable TARGET_TRIPLELouis Dionne1-4/+0
2021-07-13Prepare Compiler-RT for GnuInstallDirs, matching libcxx, document allJohn Ericson1-3/+6
2021-04-21[libcxx] Stop using use c++ subdirectory for libc++ libraryPetr Hosek1-2/+2
2021-04-01[CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIXPetr Hosek1-2/+0
2021-02-22[libunwind] unw_* alias fixes for ELF and Mach-ORyan Prichard1-2/+2
2021-02-13[libunwind][cmake] Add an option to enable/disable testsKristina Bessonova1-1/+2