summaryrefslogtreecommitdiff
path: root/lldb/test/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [lldb][gnustep] Add basic test and infrastructure for GNUstep ObjC runtimeStefan Gränitz2023-05-171-0/+24
* [lldb] Introduce CMake variable LLDB_ENFORCE_STRICT_TEST_REQUIREMENTSAlex Langford2023-03-201-0/+25
* [lldb] Add LTO dependency to lldb test suiteAugusto Noronha2022-12-221-0/+3
* [test] Fix LLDB tests with just-built libcxx when using a target directory.Jordan Rupprecht2022-10-261-0/+8
* [LLDB] Only run lldb-server Shell tests if it gets builtAlex Langford2022-10-141-0/+1
* [lldb] Correctly add runtime test dependenciesJonas Devlieghere2022-08-311-21/+6
* [lldb] Make the rumtimes target a test dependencyJonas Devlieghere2022-08-311-0/+4
* [lldb] Make compiler-rt an optional LLDB test dependencyJonas Devlieghere2022-07-251-0/+4
* [lldb] Use the just-built libc++ for testing the LLDB data formattersJonas Devlieghere2022-07-111-0/+2
* [lldb] Add support to load object files from thin archivesKaining Zhong2022-07-051-0/+1
* [lldb] Fix cross compiling on macOSMartin Storsjö2022-05-281-1/+1
* [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek2022-03-111-1/+1
* [lldb] Remove lldb-instrJonas Devlieghere2022-01-101-4/+0
* [lldb] Only specify LLVM_ENABLE_RUNTIMES in the libcxx error message.Jonas Devlieghere2021-11-011-16/+5
* [lldb] Fix missing dependency on libc++ from LLDB test suite on non-Darwin pl...Raphael Isemann2021-10-181-1/+8
* [lldb] Move comment about noindex next to line it refers toNico Weber2021-08-031-0/+5
* [lldb] Match test dependencies name to other LLVM projects.Daniel Rodríguez Troitiño2021-05-211-4/+8
* Re-land "[lldb] Make the API, Shell and Unit tests independent lit test suites"Jonas Devlieghere2021-03-221-12/+6
* Revert "[lldb] Make the API, Shell and Unit tests independent lit test suites"Jonas Devlieghere2021-03-191-6/+12
* [lldb] Make the API, Shell and Unit tests independent lit test suitesJonas Devlieghere2021-03-191-12/+6
* [lldb] Move Apple simulators test targets under APIJonas Devlieghere2021-03-181-23/+0
* [lldb] Add missing debugserver dependency to check-lldbRaphael Isemann2021-03-111-0/+3
* [lldb] add check for libcxx runtimeRichard Howell2021-02-221-3/+4
* [lldb] [debugserver] Add stN aliases for stmmN for compatibilityMichał Górny2021-01-071-0/+1
* [lldb] Add llvm-pdbutil to lldb test dependenciesRaphael Isemann2020-10-271-0/+1
* [lldb] Add targets for running test suite against Watch/TV/iPhone simulatorsRaphael Isemann2020-10-131-0/+23
* [lldb] [testsuite] Add split-file for check-lldb dependenciesJan Kratochvil2020-08-181-0/+1
* [lldb] Get rid of helper CMake variables for PythonJonas Devlieghere2020-08-171-1/+1
* [lldb] Fix llvm-lit in standalone buildsJonas Devlieghere2020-07-291-0/+3
* [lldb/Reproducers] Add top-level-target check-lldb-reproducersJonas Devlieghere2020-05-281-0/+21
* Another attempt of D77452 - da0e91fee614e8686f48db28e6507c8abe061fc2Walter Erquinigo2020-04-151-0/+1
* Revert "[intel-pt] Improve the way the test determines whether to run"Walter Erquinigo2020-04-151-1/+0
* [intel-pt] Improve the way the test determines whether to runWalter Erquinigo2020-04-151-0/+1
* [lldb/CMake] Make check-lldb-* work for the standalone build.Jonas Devlieghere2020-03-301-0/+17
* [lldb/DWARF] Fix dwp search path in the separate-debug-file casePavel Labath2020-02-241-0/+1
* [lldb/CMake] Set LLVM_HOST_TRIPLE from TARGET_TRIPLE in standalone builds.Jonas Devlieghere2020-01-161-0/+4
* Re-land "[lldb/CMake] Change how we deal with optional dependencies"Jonas Devlieghere2019-12-201-0/+1
* Revert "[lldb/CMake] Change how we deal with optional dependencies"Jonas Devlieghere2019-12-201-1/+0
* [lldb/CMake] Change how we deal with optional dependenciesJonas Devlieghere2019-12-201-0/+1
* [lldb/Lua] Implement a Simple Lua Script Interpreter PrototypeJonas Devlieghere2019-12-201-0/+1
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-1/+1
* [lldb] Mark ASan & TSan as test dependenciesJonas Devlieghere2019-11-061-1/+9
* [CMake] Move LLDB_TEST_BUILD_DIRECTORY into test/CMakeLists.txtJonas Devlieghere2019-10-241-0/+3
* [CMake] Move test dependency tracking into test/CMakeLists.txtJonas Devlieghere2019-10-241-11/+88
* [CMake] Split logic across test suite subdirectories (NFC)Jonas Devlieghere2019-10-241-74/+17
* [test] Reduce inconsistency between lit configuration files.Jonas Devlieghere2019-10-101-8/+16
* [test] Use a different module cache for Shell and API tests.Jonas Devlieghere2019-10-101-2/+6
* [CMake] Use the correct lit.cfg.pyJonas Devlieghere2019-10-091-1/+1
* [LLDB] Remove standalone build dep on llvm-stripJonas Devlieghere2019-10-091-1/+6
* [CMake] Fix add_lldb_test_dependencyJonas Devlieghere2019-10-091-8/+8