summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2014-03-04[CMake] check-llvm: Include "bugpoint" in dependent list.NAKAMURA Takumi1-0/+1
2014-02-24[CMake] Remove dependency on non-existing profile_rt-shared. Patch by Brad King.Alexey Samsonov1-1/+0
2014-02-17PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith1-0/+1
2014-01-18[CMake] Add llvm-tblgen to dependencies of check-llvm.NAKAMURA Takumi1-0/+1
2013-12-03check-llvm: Ask llvm-config about assertion mode, instead of llc.NAKAMURA Takumi1-0/+1
2013-10-28lit: add missing substitutions for recently added toolsAlp Toker1-0/+1
2013-10-23Add llvm-c-test to check-llvm.NAKAMURA Takumi1-4/+1
2013-10-23Fix cmake dependency on llvm-c-test in testAnders Waldenborg1-0/+4
2013-10-02Fixing lli-child-target buildAndrew Kaylor1-1/+2
2013-09-19Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne1-0/+1
2013-07-08llvm/test/CMakeLists.txt: Add llvm-cov in "check-clang".NAKAMURA Takumi1-0/+1
2013-07-08llvm/test/CMakeLists.txt: Reformat LLVM_TEST_DEPENDS.NAKAMURA Takumi1-8/+21
2013-04-05Add obj2yaml to test dependenciesAlexey Samsonov1-1/+1
2013-03-13Add llvm-symbolizer as test dependency.Evgeniy Stepanov1-0/+1
2013-01-25llvm/test/CMakeLists.txt: Add a dependency to llvm-rtdyld in check-llvm.NAKAMURA Takumi1-0/+1
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor1-6/+14
2012-11-01[CMake] Add llvm-mcmarkup to check-llvm.NAKAMURA Takumi1-1/+6
2012-10-15Add dependency on llvm-bcanalyzer from tests to the CMake build.David Blaikie1-1/+1
2012-10-10[CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD...NAKAMURA Takumi1-0/+5
2012-08-29llvm/test: [CMake] Add profile_rt-shared to deps.NAKAMURA Takumi1-0/+1
2012-08-03[CMake] Add yaml2obj to check-llvm.NAKAMURA Takumi1-0/+1
2012-07-12llvm/test/CMakeLists.txt: Add llvm-diff to deps.NAKAMURA Takumi1-1/+3
2012-07-02Extend the workaround from r159593 to cover a few explicit aliasChandler Carruth1-1/+2
2012-07-02Revert r159588, and apply a more principled fix. Place the fix for thisChandler Carruth1-4/+2
2012-07-02Work around a really frustrating apparant CMake bug.Chandler Carruth1-2/+4
2012-06-30Hoist LLVM's lit testsuite infrastructure into module so that it can beChandler Carruth1-22/+6
2012-06-29Remove a completely unnecessary mkdir from the CMake build.Chandler Carruth1-2/+0
2012-06-28Move the setup for variables that are expanded in the lit.site.cfg intoChandler Carruth1-49/+4
2012-06-28Remove 'site.exp' building from both CMake and configure+make.Chandler Carruth1-4/+0
2012-06-27Clean up the 'check' CMake build rule a bit, notable renaming it toChandler Carruth1-19/+28
2012-05-17- Added ExecutionEngine/MCJIT testsDanil Malyshev1-0/+3
2012-04-20Removes json-bench from the test dependencies.Manuel Klimek1-1/+1
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer1-1/+1
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling1-2/+0
2012-03-29Re-factored RuntimeDyld.Danil Malyshev1-0/+2
2012-03-01llvm/test/CMakeLists.txt: Update dependencies to add llvm-readobj to "check".NAKAMURA Takumi1-1/+2
2012-01-30CMake: Promote the testing targets out of folders on IDE.NAKAMURA Takumi1-1/+0
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek1-1/+1
2011-11-04build/cmake: Change to require Python be available.Daniel Dunbar1-51/+47
2011-11-02I added the first test to run llvm-dwarfdump.Nick Lewycky1-1/+1
2011-11-02tests: Clean up tests/CMakeLists.txt to drop some variable configuration we noDaniel Dunbar1-36/+0
2011-09-27test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to reso...NAKAMURA Takumi1-1/+1
2011-06-28Fix a CMake warning, following up to r134008.NAKAMURA Takumi1-1/+1
2011-06-28cmake: Our MSVC build does not support config-time build mode.Andrew Trick1-1/+1
2011-06-23cmake+lit: final cleanup related to the recent churnAndrew Trick1-7/+2
2011-06-23cmake+lit: handle ENABLE_ASSERTIONS feature properly.Andrew Trick1-0/+6
2011-06-22Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick1-2/+7
2011-06-16Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...Andrew Trick1-1/+1
2011-04-12Fix compiler command line used by lit.py when working with NMakeOscar Fuentes1-2/+20
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes1-0/+2