aboutsummaryrefslogtreecommitdiff
path: root/libunwind/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2021-01-26Bump the trunk major version to 13llvmorg-13-initTom Stellard1-1/+1
2021-01-19[CMake] Remove dead code setting policies to NEWRaul Tambre1-4/+0
2020-11-11[libunwind] LIBUNWIND_REMEMBER_HEAP_ALLOC to cmake.Daniel Kiss1-0/+5
2020-10-26[libunwind] Add -Wno-dll-attribute-on-redeclaration when building for windowsMartin Storsjö1-0/+8
2020-10-14[libcxxabi,libunwind] support running tests in standalone modeDominik Montada1-90/+21
2020-10-13Fix all the CMake code that can only handle -stdlib= but not --stdlib=Raphael Isemann1-0/+2
2020-09-21[cmake] Centralize LLVM_ENABLE_WARNINGS optionDave Lee1-2/+0
2020-08-18Default to disabling the libunwind frameheader cache.Sterling Augustine1-0/+5
2020-07-31[libunwind] Add -Wno-suggest-override to CMakeLists.txt.kristina1-0/+2
2020-07-29[libunwind] Provide a way to set '_LIBUNWIND_IS_BAREMETAL' through cmake.Hafiz Abid Qadeer1-0/+5
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne1-1/+1
2020-07-16[runtimes][NFC] Remove unused or unnecessary CMake variablesLouis Dionne1-4/+0
2020-07-15Bump the trunk major version to 12llvmorg-12-initHans Wennborg1-1/+1
2020-06-25[libunwind] Allow specifying custom Lit config filesLouis Dionne1-0/+2
2020-01-26[libunwind] Fix building standalone after c48974ffd7d1676Martin Storsjö1-1/+1
2020-01-15Bump the trunk major version to 11llvmorg-11-initHans Wennborg1-1/+1
2019-12-11Reland "Enable `-funwind-tables` flag when building libunwind"Sergej Jaskiewicz1-0/+22
2019-12-04Revert "Enable `-funwind-tables` flag when building libunwind"Martin Storsjö1-21/+0
2019-12-04Enable `-funwind-tables` flag when building libunwindSergej Jaskiewicz1-0/+21
2019-12-01[libunwind] Emit dependent libraries only when detected by CMakeMichał Górny1-1/+6
2019-11-11change LLVM_VERSION_SUFFIX default from svn to gitNick Desaulniers1-1/+1
2019-10-12[libunwind] Fix issues introduced in r374606Petr Hosek1-2/+2
2019-10-11[libunwind] Refactor CMake flag checks to match libc++ and libc++abiPetr Hosek1-59/+48
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