summaryrefslogtreecommitdiff
path: root/test/lit.cfg
AgeCommit message (Expand)AuthorFilesLines
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer1-2/+2
2012-04-13Catch the Python exception when subprocess.Popen is failing.Sylvestre Ledru1-1/+6
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky1-64/+0
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky1-1/+0
2012-01-16Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky1-7/+23
2011-11-28test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.NAKAMURA Takumi1-1/+6
2011-11-05Update lit's list of tools.Benjamin Kramer1-4/+6
2011-10-27tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...Daniel Dunbar1-27/+2
2011-10-06s/tblgen/llvm-tblgen/g in a few missed places, including the testsPeter Collingbourne1-1/+1
2011-10-04Fix PR9833/PR11054 (patch provided by Patrik Hägglund)David Dean1-2/+2
2011-09-20Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher1-4/+0
2011-08-30Lit option for ignoring stderr output.Andrew Trick1-0/+3
2011-06-22lit support for REQUIRES: asserts.Andrew Trick1-0/+3
2011-02-24test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows ho...NAKAMURA Takumi1-0/+9
2011-02-22Fixed lit.cfg to no longer recognize the oldSean Callanan1-1/+1
2011-02-09test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH.NAKAMURA Takumi1-1/+13
2011-01-05Fix lit for people whose LLVM path contains 'opt', which is a common director...Frits van Bommel1-3/+3
2011-01-04Include llvm-gcc dir before llvm_tools_dirTobias Grosser1-6/+12
2011-01-04Don't pattern match "/clang" so we don't mangle directory names. SomeDavid Greene1-1/+2
2011-01-03Don't pattern match "clang-" as it may be part of a tool name with aDavid Greene1-2/+2
2011-01-03Reapply 122341 to fix PR8199 now that clang changes are in.David Greene1-0/+39
2010-12-21Revert 122341. It breaks some darwin tests.David Greene1-39/+0
2010-12-21Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene1-0/+39
2010-12-07test: Add the feature 'shell' on LLVM_ON_UNIX.NAKAMURA Takumi1-0/+4
2010-12-07Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath def...Michael J. Spencer1-0/+7
2010-11-29test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...NAKAMURA Takumi1-0/+1
2010-11-29test: Add the new feature 'loadable_module'.NAKAMURA Takumi1-0/+13
2010-11-25Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".Duncan Sands1-2/+2
2010-09-13Spelling fixes in comments.Duncan Sands1-5/+5
2010-08-30Test: Fix LLVMC tests on CMake.Michael J. Spencer1-0/+8
2010-08-20The %ocamlopt setting has embedded quotes. Copy the entire value insteadBob Wilson1-1/+1
2010-08-19tests: Haste makes waste.Daniel Dunbar1-2/+2
2010-08-19tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports().Daniel Dunbar1-4/+4
2010-08-10tests: Don't error out if HOME isn't present in t the environment.Daniel Dunbar1-1/+2
2010-06-23tests: Tweak lit.cfg to fix breakage with out-of-dir lookup.Daniel Dunbar1-1/+1
2010-06-12tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to...Daniel Dunbar1-0/+7
2010-03-20Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin1-4/+3
2010-03-20tests: Mangle '-vg' onto the end of the triple when running under valgrind, soDaniel Dunbar1-0/+5
2010-03-08Revert r97726 and r97728 at ddunbar's request; we want to solve thisJohn McCall1-3/+0
2010-03-04Teach lit to honor conditional directives. The syntax is:John McCall1-0/+3
2010-02-25tests: Propogate the HOME environment variable through to tests. I'm ambivalentDaniel Dunbar1-0/+3
2010-02-23tests: Don't make a missing llvm-gcc dir a fatal error.Daniel Dunbar1-2/+0
2010-02-23Fix a thinko in the lit.cfg.Daniel Dunbar1-1/+1
2010-02-04Get the LLVMC tests working with clang++ by removing the problematic CXXFLAG ...Benjamin Kramer1-0/+5
2010-02-02MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch ofDaniel Dunbar1-0/+3
2010-01-16Fix llvm_supports_binding for lit, problem noticed by Bob!Daniel Dunbar1-1/+1
2009-12-08CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when...Daniel Dunbar1-0/+6
2009-11-08Derive the right paths to use during testing instead of passing it in via make.Daniel Dunbar1-0/+25
2009-10-30Add missing substitution for %llvmgcc_only.Daniel Dunbar1-0/+1
2009-09-13tests: Add llvm_supports_binding predicate.Daniel Dunbar1-0/+4