summaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
Commit message (Expand)AuthorAgeFilesLines
* Fix lit for builds under /optFrancisco Lopes da Silva2015-01-051-2/+2
* Teach lit.cfg to recognize -windows-gnu in addition to -mingw32.Yaron Keren2014-12-171-2/+2
* Remove local handling of ASAN_OPTIONS and UBSAN_OPTIONS.Rafael Espindola2014-11-031-5/+0
* New round of fixes for "Always compile debuginfo-tests for the host triple"Filipe Cabecinhas2014-10-181-1/+7
* Append the %itanium_abi_host_triple substitution unconditionallyFilipe Cabecinhas2014-10-181-2/+1
* Appease the buildbots with the special case for non-set variablesFilipe Cabecinhas2014-10-161-1/+2
* Added %itanium_abi_host_triple to fix debuginfo-tests when clang is a cross-c...Filipe Cabecinhas2014-10-161-0/+1
* Remove support for the IOS_SIMULATOR_DEPLOYMENT_TARGET env var.Bob Wilson2014-10-101-1/+0
* test: Disable standard system includes in %clang_cc1Justin Bogner2014-10-031-1/+2
* pass environment when invoking llvm-config and clang from lit.cfgScott Douglass2014-09-241-2/+4
* Add ubsan/not_ubsan features to Clang lit tests and useAlexey Samsonov2014-09-031-0/+4
* Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified ve...Alexey Samsonov2014-08-291-1/+1
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-161-3/+0
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-161-0/+3
* clang/test: Introduce the feature "staticanalyzer" for --enable-clang-static-...NAKAMURA Takumi2014-07-161-0/+4
* Add detection of OS X relocatable SDK to compiler-rt as a lit.util functionAlexander Potapenko2014-06-101-15/+1
* Update lit.cfg to support the clang-interpreter test from r207950Alp Toker2014-05-051-0/+1
* [sanitizers] Propagate the sanitizer options through to the lit context.Chandler Carruth2014-05-021-0/+5
* Add test case for revision 207575 to verify that on Windows, clang doesn'tAndrea Di Biagio2014-04-291-0/+3
* Recommit r204493 with a fix to look in both clang and llvm directories.Paul Robinson2014-03-261-0/+36
* Revert r204493, "Make clang/test/lit.cfg pre-scan the RUN line looking for to...NAKAMURA Takumi2014-03-221-34/+0
* Make clang/test/lit.cfg pre-scan the RUN line looking for tool names,Paul Robinson2014-03-211-0/+34
* Don't verify module inclusions in assembler files.Daniel Jasper2014-03-141-1/+1
* test: Fix feature test for "native" in lit.cfgJustin Bogner2014-03-111-2/+4
* Clarify comment.Adrian Prantl2014-02-201-1/+1
* add a comment.Adrian Prantl2014-02-201-0/+1
* Revert "Remove dead option."Adrian Prantl2014-02-201-0/+4
* check-clang: Introduce the feature "non-ms-sdk" to suppress Driver/nostdincxx...NAKAMURA Takumi2014-02-161-0/+4
* check-clang: Introduce the feature "dw2" to suppress CodeGenCXX/debug-info-na...NAKAMURA Takumi2014-02-161-0/+4
* Introduce the feature "can-remove-opened-file" to suppress tests. [PR18856]NAKAMURA Takumi2014-02-161-0/+5
* check-clang: Introduce the feature "utf8-capable-terminal".NAKAMURA Takumi2014-02-061-0/+5
* Fix this test and don't run it in ASan bootstrapAlexey Samsonov2014-01-281-0/+2
* Rumors of test_debuginfo's death are slightly exaggerated.Adrian Prantl2014-01-271-1/+2
* Revert r113780, "Recognize .ll as input files. Handle %test_debuginfo on a RU...NAKAMURA Takumi2014-01-261-2/+1
* lit.cfg: Don't expand %ms_abi_triple to non-X86 triplesHans Wennborg2014-01-151-9/+9
* Use i686 as the ISA in %microsoft_abi_triple on ARMReid Kleckner2014-01-141-2/+8
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-0/+21
* Add tests for clang pluginsAlp Toker2014-01-081-0/+16
* check-clang: Introduce clang_tools_dir in lit.site.cfg, for clang separated f...NAKAMURA Takumi2013-12-181-1/+5
* clang/test/lit.cfg: Remove get_llc_props. check-clang itself no longer invoke...NAKAMURA Takumi2013-12-091-32/+0
* check-clang: Introduce get_llvm_config_props in clang/test/lit.cfg.NAKAMURA Takumi2013-12-041-2/+25
* Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker2013-11-151-0/+5
* PR 17916: Don't fail if xcrun is not present.Joerg Sonnenberger2013-11-141-5/+8
* [build] Update runtime library and tests to work with relocatable SDKs on OS ...Daniel Dunbar2013-11-061-1/+13
* Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville2013-09-131-0/+4
* [tests] Reapply r188354, ensure subsitution string is ascii.Daniel Dunbar2013-08-141-1/+2
* Revert r188354, "[tests] Ensure subsitution string is ascii."NAKAMURA Takumi2013-08-141-1/+1
* [tests] Ensure subsitution string is ascii.Daniel Dunbar2013-08-141-1/+1
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-091-23/+27
* [tests] Make string encoding issues explicit.Daniel Dunbar2013-08-091-0/+1