aboutsummaryrefslogtreecommitdiff
path: root/libunwind/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Bump the trunk version to 10.0.0svnllvmorg-10-initHans Wennborg1-1/+1
2019-05-30[CMake] Use find_package(LLVM) instead of LLVMConfigPetr Hosek1-1/+1
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek1-0/+4
2019-05-22[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek1-4/+9
2019-05-13Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to forceSterling Augustine1-0/+1
2019-03-08Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss1-9/+4
2019-03-08[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek1-4/+9
2019-02-28[CMake][libunwind] Define add_target_flags which is missingPetr Hosek1-5/+11
2019-02-13[CMake] Don't cache LLVM_MAIN_SRC_DIRPetr Hosek1-1/+0
2019-02-04[CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek1-6/+16
2019-01-29[libunwind] Support building hermetic static libraryPetr Hosek1-0/+3
2019-01-29Drop the dependency on <algorithm>, add placement new inlinePetr Hosek1-22/+3
2019-01-28Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek1-3/+22
2019-01-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek1-22/+3
2019-01-22Enable LLVM_ENABLE_WARNINGS when building standalone out of treeMartin Storsjo1-0/+2
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg1-1/+1
2018-12-11[cmake] Rename append_if to avoid collision with LLVMMichal Gorny1-28/+28
2018-09-04[CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs.Charles Davis1-1/+1
2018-08-03[CMake] Allow building standalone without any llvm-config availableMartin Storsjo1-5/+8
2018-08-01Bump version number to 8.0.0svnHans Wennborg1-1/+1
2018-07-24[CMake] Include CMakeDependentOption in libunwindPetr Hosek1-0/+1
2018-07-24[CMake] Option to control whether shared/static library is installedPetr Hosek1-0/+6
2018-07-10[CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek1-1/+1
2018-06-29Revert "Revert "Support for multiarch runtimes layout""Eric Christopher1-6/+9
2018-06-29Revert "Support for multiarch runtimes layout"Jordan Rupprecht1-9/+6
2018-06-28Support for multiarch runtimes layoutPetr Hosek1-6/+9
2018-06-20[CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo1-3/+4
2018-04-04[CMake] Support for monorepo layoutPetr Hosek1-0/+1
2018-02-27[libunwind] Permit additional compiler and linker flags to be passed to tests.John Baldwin1-0/+4
2018-01-22[cmake] [libunwind] Fix find_path() problems when cross compilingDon Hinton1-1/+2
2018-01-03Update PACKAGE_VERSION to 7.0.0svnHans Wennborg1-1/+1
2017-12-05[libunwind][CMake] Set TARGET_TRIPLE if LIBUNWND_TARGET_TRIPLE is setPetr Hosek1-0/+4
2017-11-29Support building libunwind as a DLLMartin Storsjo1-0/+5
2017-11-17[libunwind][CMake] Provide option to disable instalation of the libraryPetr Hosek1-0/+1
2017-08-08[CMake] Allow overriding lib dir suffix independently from LLVMPetr Hosek1-1/+3
2017-07-18[CMake] Set library dir to be LLVM's intermediate output dirPetr Hosek1-1/+9
2017-07-11[libunwind][CMake] Add install path variable to allow overriding the destinationPetr Hosek1-0/+7
2017-07-06Add a test harnessJonathan Roelofs1-0/+2
2017-04-16[CMake][libunwind] Fix the -target and -gcc-toolchain flag handlingPetr Hosek1-3/+3
2017-04-12Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks"Petr Hosek1-0/+13
2017-03-28[libunwind] Add sphinx docsJonathan Roelofs1-0/+5
2017-02-16[libunwind][CMake] Use libc++ headers when availablePetr Hosek1-0/+20
2017-02-15Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek1-20/+0
2017-02-15[libunwind][CMake] Use libc++ headers when availablePetr Hosek1-0/+20
2017-02-09Revert "[libunwind][CMake] Use libc++ headers when available"Petr Hosek1-19/+0
2017-02-09[libunwind][CMake] Use libc++ headers when availablePetr Hosek1-0/+19
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier1-1/+2
2017-01-12Bump version to 5.0.0svnHans Wennborg1-1/+1
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny1-1/+12
2016-11-08[CMake] Get libunwind building under LLVM/runtimesPetr Hosek1-4/+6