aboutsummaryrefslogtreecommitdiff
path: root/test/lit.cfg
AgeCommit message (Expand)Author
2011-02-11Reject forbidden storage class specifiers in OpenCL. Patch by George Russell!Peter Collingbourne
2011-02-09test: CMake: Be aware of LLVM_LIT_TOOLS_DIR.NAKAMURA Takumi
2011-01-03Support lit fixes for PR8199David Greene
2010-12-01test: add .cu extensionPeter Collingbourne
2010-09-27Let lit give helpful advice if 'make test' was not run yet.Nico Weber
2010-09-13Recognize .ll as input files.Devang Patel
2010-08-24tests: Use REQUIRES: instead of XFAIL: for crash recovery tests; running them onDaniel Dunbar
2010-06-29tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar
2010-03-20tests: Mangle '-vg' onto the end of the triple when running under valgrind, soDaniel Dunbar
2010-03-08Revert r97727 at ddunbar's request; we want to solve this some other way.John McCall
2010-03-04Steal the TARGET lit condition from the LLVM test suite.John McCall
2010-02-18tests: Tweak %clangxx definition to something which should be more portable.Daniel Dunbar
2010-02-17tests: Add '%clangxx' substitution, for 'clang++'Daniel Dunbar
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-11Tests: Stop looking for clang-cc, we don't need it.Daniel Dunbar
2009-12-11Tests: Change substitution to automagically use 'clang -cc1' instead of 'clan...Daniel Dunbar
2009-11-08Drop require_and_and argument.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-07Tweak a FIXME.Daniel Dunbar
2009-11-05Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)Daniel Dunbar
2009-09-26Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably.Daniel Dunbar
2009-09-24We no longer need anything from the llvm/test/Scripts dir.Daniel Dunbar
2009-09-22Always execute tests internally on Windows.Daniel Dunbar
2009-09-22Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar
2009-09-20Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts.Daniel Dunbar
2009-09-17Tweak clang testing.Daniel Dunbar
2009-09-16tests: Stash clang/clang-cc and LLVM src/obj paths for use elsewhere.Daniel Dunbar
2009-09-10Teach LIT2 how to run Clang tests in the objdir for srcdir != objdir builds.Daniel Dunbar
2009-09-08Support running tests using the new 'lit', via 'make test LIT2=1'.Daniel Dunbar
2009-09-06lit: Set requireAndAnd config variable (currently unused).Daniel Dunbar
2009-07-31Add missing test suffixes.Daniel Dunbar
2009-07-31MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar