aboutsummaryrefslogtreecommitdiff
path: root/libunwind/test/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2023-10-04[runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691)Alexander Richardson1-14/+7
2023-09-26[libc++][lit] Allow overriding the executor for tests (#66545)Alexander Richardson1-2/+5
2023-04-06[libcxxabi, libunwind] [test] Quote the python path properly for LIB*_EXECUTORMartin Storsjö1-1/+1
2022-12-05Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan1-1/+1
2022-11-29[CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek1-1/+1
2022-09-30[runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne1-10/+0
2022-05-20[libunwind] Introduce a cmake-bridge.cfg.in file to reduce test config duplic...Louis Dionne1-0/+4
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne1-2/+4
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne1-5/+0
2021-08-26[libunwind] Support stack unwind in CET environmentgejin1-0/+1
2021-07-16[runtimes] Simplify how we set the target tripleLouis Dionne1-2/+2
2021-07-15[runtimes] Serialize all Lit params instead of passing them to add_lit_testsuiteLouis Dionne1-2/+7
2021-07-14[runtimes] Bring back TARGET_TRIPLELouis Dionne1-2/+2
2021-07-14[runtimes] NFCI: Drop intermediate CMake variable TARGET_TRIPLELouis Dionne1-2/+2
2021-07-06[runtimes] Move enable_32bit to the DSLLouis Dionne1-0/+4
2021-06-29[libc++] Serialize Lit parameters to make them available to from-scratch configsLouis Dionne1-0/+16
2020-10-14[libcxxabi,libunwind] support running tests in standalone modeDominik Montada1-2/+2
2020-08-03[libunwind] Make the test depend on the libunwind explicitly.Daniel Kiss1-1/+1
2020-06-25[libunwind] Allow specifying custom Lit config filesLouis Dionne1-5/+4
2020-06-11[libc++] Allow specifying arbitrary custom executors with the new formatLouis Dionne1-1/+2
2020-06-09[NFCI] Clean up exceptions related CMake and Lit options in libc++abi and lib...Louis Dionne1-1/+0
2019-12-11Reland "Enable `-funwind-tables` flag when building libunwind"Sergej Jaskiewicz1-0/+1
2019-12-04Revert "Enable `-funwind-tables` flag when building libunwind"Martin Storsjö1-1/+0
2019-12-04Enable `-funwind-tables` flag when building libunwindSergej Jaskiewicz1-0/+1
2019-02-05[CMake] Update lit test configurationPetr Hosek1-0/+1
2017-07-26Partial fix for PR33858Jonathan Roelofs1-1/+0
2017-07-06Add a test harnessJonathan Roelofs1-0/+35