summaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
Commit message (Expand)AuthorAgeFilesLines
* test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clan...NAKAMURA Takumi2012-04-071-2/+5
* Clear environment variables that might affect Clang before running tests.Jordy Rose2012-04-061-0/+26
* Have the driver pass CPU and target feature information to cc1as.Jim Grosbach2012-02-101-1/+1
* test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts.NAKAMURA Takumi2011-11-281-5/+13
* Rip out one of the features I added for the driver-include-management.Chandler Carruth2011-11-071-2/+1
* Switch Lit to directly query the driver for the builtin inclue path.Chandler Carruth2011-11-051-14/+8
* Teach lit to ask the Clang it is running what version string to useChandler Carruth2011-11-051-7/+17
* Compute the path properly on different platforms. Specifically, computeChandler Carruth2011-11-051-1/+3
* Teach Lit to pass the CC1 invocation the builtin include directory. ThisChandler Carruth2011-11-051-1/+11
* FreeBSD (apparently) does not support crash-recovery tests.Andrew Trick2011-08-261-1/+4
* test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryCont...NAKAMURA Takumi2011-08-201-2/+1
* Added registered targets for in-test dependency declarations.Galina Kistanova2011-06-031-0/+30
* test/lit.cfg: bash is available on MSYS.NAKAMURA Takumi2011-03-051-2/+3
* test: Add the feature "shell". Frontend/dependency-gen.c would be executable ...NAKAMURA Takumi2011-02-281-0/+4
* Reject forbidden storage class specifiers in OpenCL. Patch by George Russell!Peter Collingbourne2011-02-111-1/+1
* test: CMake: Be aware of LLVM_LIT_TOOLS_DIR.NAKAMURA Takumi2011-02-091-0/+12
* Support lit fixes for PR8199David Greene2011-01-031-1/+1
* test: add .cu extensionPeter Collingbourne2010-12-011-1/+1
* Let lit give helpful advice if 'make test' was not run yet.Nico Weber2010-09-271-1/+2
* Recognize .ll as input files.Devang Patel2010-09-131-1/+2
* tests: Use REQUIRES: instead of XFAIL: for crash recovery tests; running them onDaniel Dunbar2010-08-241-0/+6
* tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar2010-06-291-1/+5
* tests: Mangle '-vg' onto the end of the triple when running under valgrind, soDaniel Dunbar2010-03-201-0/+5
* Revert r97727 at ddunbar's request; we want to solve this some other way.John McCall2010-03-081-12/+0
* Steal the TARGET lit condition from the LLVM test suite.John McCall2010-03-041-0/+12
* tests: Tweak %clangxx definition to something which should be more portable.Daniel Dunbar2010-02-181-1/+1
* tests: Add '%clangxx' substitution, for 'clang++'Daniel Dunbar2010-02-171-0/+3
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-2/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+2
* Tests: Stop looking for clang-cc, we don't need it.Daniel Dunbar2009-12-111-32/+0
* Tests: Change substitution to automagically use 'clang -cc1' instead of 'clan...Daniel Dunbar2009-12-111-1/+1
* Drop require_and_and argument.Daniel Dunbar2009-11-081-2/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Tweak a FIXME.Daniel Dunbar2009-11-071-2/+3
* Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)Daniel Dunbar2009-11-051-0/+6
* Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably.Daniel Dunbar2009-09-261-0/+7
* We no longer need anything from the llvm/test/Scripts dir.Daniel Dunbar2009-09-241-4/+1
* Always execute tests internally on Windows.Daniel Dunbar2009-09-221-1/+3
* Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar2009-09-221-153/+133
* Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts.Daniel Dunbar2009-09-201-5/+2
* Tweak clang testing.Daniel Dunbar2009-09-171-0/+11
* tests: Stash clang/clang-cc and LLVM src/obj paths for use elsewhere.Daniel Dunbar2009-09-161-6/+13
* Teach LIT2 how to run Clang tests in the objdir for srcdir != objdir builds.Daniel Dunbar2009-09-101-0/+53
* Support running tests using the new 'lit', via 'make test LIT2=1'.Daniel Dunbar2009-09-081-1/+83
* lit: Set requireAndAnd config variable (currently unused).Daniel Dunbar2009-09-061-0/+4
* Add missing test suffixes.Daniel Dunbar2009-07-311-1/+1
* MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar2009-07-311-0/+12