summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* [CMake] Prune LLVM_TOOLS_DIR and LLVM_LIBS_DIR in clang/test/CMakeLists.txt. ...NAKAMURA Takumi2014-01-191-2/+0
* [CMake] check-clang requires clang-tblgen. It is not required by anyone when ...NAKAMURA Takumi2014-01-191-0/+1
* check-clang: Add dependencies to PrintFunctionNames and SampleAnalyzerPlugin,...NAKAMURA Takumi2014-01-091-0/+2
* check-clang: Suppress LLVM_LIT in add_lit_testsuite, for now.NAKAMURA Takumi2013-12-191-1/+1
* [CMake][Standalone] Rewrite standalone build based on llvm-config. CLANG_PATH...NAKAMURA Takumi2013-12-191-47/+9
* [CMake] check-clang: Include ClangUnitTests if it can be built. Check existen...NAKAMURA Takumi2013-12-191-7/+0
* [CMake] check-clang: Append items to CLANG_TEST_DEPS rather than set. CLANG_T...NAKAMURA Takumi2013-12-191-1/+1
* [CMake] check-clang: Deprecate --path, according to r197576.NAKAMURA Takumi2013-12-191-4/+0
* check-clang: Introduce clang_tools_dir in lit.site.cfg, for clang separated f...NAKAMURA Takumi2013-12-181-0/+1
* clang/test/CMakeLists.txt: Prune CLANG_SOURCE_DIR and CLANG_BINARY_DIR. They ...NAKAMURA Takumi2013-12-181-3/+0
* [CMake][Standalone] Fixup r197395 for standalone build.NAKAMURA Takumi2013-12-171-0/+9
* check-clang: Introduce get_llvm_config_props in clang/test/lit.cfg.NAKAMURA Takumi2013-12-041-0/+1
* Re-add clang-format tests to clang/test.Daniel Jasper2013-03-251-1/+1
* Add llvm-symbolizer as test dependency.Evgeniy Stepanov2013-03-131-1/+1
* CMake: Include Clang unit tests in check-clang target in standalone builds.Jordan Rose2013-02-081-19/+25
* [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...NAKAMURA Takumi2013-01-271-2/+1
* clang/test: [CMake] check-clang doesn't require llvm-dis any more.NAKAMURA Takumi2013-01-221-1/+1
* Removed standalone clang-ast-dump tool.Alexander Kornienko2012-07-261-2/+2
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-161-2/+2
* Extend a workaround for a CMake bug in LLVM's r159593 to apply toChandler Carruth2012-07-021-1/+2
* We support a mode where the Clang regression tests are run but not theChandler Carruth2012-07-021-3/+8
* Switch from using a lit.cfg-generator variable to the real variable inChandler Carruth2012-07-021-1/+1
* Switch Clang to use the new common LLVM CMake infrastructure for addingChandler Carruth2012-06-301-56/+63
* Switch Clang's CMake lit.site.cfg generation over to use the commonChandler Carruth2012-06-291-14/+5
* Remove a completely unused and remarkably inaccurate list of testChandler Carruth2012-06-271-28/+0
* Update the Clang CMake build to reflect the name change in LLVM r159258.Chandler Carruth2012-06-271-1/+1
* Add the dependency on clang-check to clang-test, so clang-checkManuel Klimek2012-04-041-0/+1
* CMake: Promote the testing targets out of folders on IDE.NAKAMURA Takumi2012-01-301-2/+0
* CUDA: set proper calling conventions for PTXPeter Collingbourne2011-10-061-0/+1
* CMake: "clang-test" may not depend on check.deps.NAKAMURA Takumi2011-08-161-1/+2
* Add diagtool-based test where we enforce that no additional warnings can be a...Ted Kremenek2011-08-111-1/+1
* test/CMakeLists.txt: Re-indent.NAKAMURA Takumi2011-07-201-4/+4
* Don't refer to check.deps unless LLVM_INCLUDE_TESTS is enabledDouglas Gregor2011-07-151-2/+2
* test/CMakeLists.txt: clang-test may depend on llc when LLVM is built together.NAKAMURA Takumi2011-07-101-2/+1
* test/CMakeLists.txt: Fix ClangUnitTests to be built with clang-test and check...NAKAMURA Takumi2011-07-101-2/+2
* test/CMakeLists.txt: Add missing c-arcmt-test to clang-test.deps.NAKAMURA Takumi2011-07-091-1/+1
* cmake+lit: final cleanup related to the recent churnAndrew Trick2011-06-231-6/+1
* Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick2011-06-221-1/+6
* Add another dependency to the clang-test CMake target, this time to support lit.Chandler Carruth2011-06-161-0/+1
* Add the new arcmt-test tool to the clang-test dependencies withChandler Carruth2011-06-161-1/+1
* Remove the clang-test-XXX targets from the CMake builds; they really aren't u...Douglas Gregor2011-05-201-24/+0
* Nth time's a charm?Douglas Gregor2011-02-251-3/+2
* CMake target check.deps only exists when LLVM_INCLUDE_TESTSDouglas Gregor2011-02-251-1/+4
* CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio.NAKAMURA Takumi2011-02-231-0/+4
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-1/+5
* More correct fix for CMake breakage I was seeing, my buildbots useDaniel Dunbar2011-02-181-1/+1
* Unbreak CMake build on MSVC9, chapuni please check.Daniel Dunbar2011-02-181-1/+1
* test/CMakeLists.txt: Don't depend on llvm toolchain at clang-standalone build.NAKAMURA Takumi2011-02-161-3/+7
* OpenCL: semantic analysis support for cl_khr_fp64 extensionPeter Collingbourne2011-02-151-0/+1
* Add CMake support to the clang unittests.Jeffrey Yasskin2011-02-151-6/+11