summaryrefslogtreecommitdiffstats
path: root/lld/test/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add missing test dependency.Peter Collingbourne2017-03-011-1/+1
* [test] Fix zlib cond when building stand-alone, clean upMichal Gorny2017-02-081-7/+12
* [cmake] Support running tests in stand-alone buildsMichal Gorny2017-01-311-6/+10
* llvm-dwarfdump is now used in a test, so add a depedency on the tool.Rui Ueyama2016-10-201-2/+2
* Add "opt" to the list of test dependencies.Peter Collingbourne2016-10-131-1/+1
* [lld] Add llvm-pdbdump as a test dependencyVedant Kumar2016-09-221-1/+1
* Add dependency to llvm-dis.Rui Ueyama2016-03-141-1/+1
* Delete the old script parser.Rafael Espindola2016-02-281-1/+1
* [MachO] Use llvm-readobj in lieu of macho-dump.Davide Italiano2015-09-221-1/+1
* The LLD tests require 'llvm-lib', ensure that this is built.Simon Atanasyan2015-07-081-1/+1
* COFF: Initial implementation of link-time optimization.Peter Collingbourne2015-06-011-1/+1
* [Mips] Support writing .reginfo section into the linked fileSimon Atanasyan2015-04-041-1/+1
* Fixing CMake developer warning.Chris Bieneman2015-03-121-1/+4
* The LLD tests require 'llvm-nm' to run as well, ensure that this isChandler Carruth2015-03-101-1/+1
* Remove CMake standalone build configurationGreg Fitzgerald2015-01-121-58/+16
* [multilib] Teach LLD's CMake build to use LLVM_LIBDIR_SUFFIX whichChandler Carruth2014-12-291-1/+1
* Update compile target dependency.Rui Ueyama2014-10-281-1/+1
* [CMake] check-lld: Prune llvm-mc. It is unused.NAKAMURA Takumi2014-10-171-1/+1
* Add missing dependency to macho-dump.Rui Ueyama2014-07-021-1/+1
* Add missing dependency for check-lld.Rui Ueyama2014-06-091-1/+1
* lld: Silence CMake warning about a target that doesn't existReid Kleckner2014-04-281-1/+0
* [test] use llvm-config to drive testing in assert mode/debug modeShankar Easwaran2014-02-251-1/+1
* [CMake] Add llvm-mc to the list of test dependencies.Rui Ueyama2014-01-141-1/+1
* Add llc to check-lld deps. We use the command in lit.cfg.Rui Ueyama2013-09-021-1/+1
* Add yaml2obj to check-lld deps, since the PECOFF tests need itReid Kleckner2013-07-251-1/+1
* Add lit magic so that lld unittests are run as part of lld test suiteNick Kledzik2013-07-231-2/+7
* build lld unittests as part of lld-test targetNick Kledzik2013-07-161-0/+1
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-2/+2
* Add basic linker script parsing.Michael J. Spencer2013-03-011-0/+1
* [ELF] Add support for reading dynamic libraries.Michael J. Spencer2013-02-111-1/+1
* [test] Fix tests on Windows.Michael J. Spencer2013-01-131-1/+1
* [ELF] Add support for __init_array_{start,end}.Michael J. Spencer2013-01-101-1/+1
* [CMake] Add lld to the list of test dependencies.Michael J. Spencer2013-01-051-0/+1
* Hook up lld-test to llvm check-all. Patch by Andy Gibbs!Michael J. Spencer2012-07-311-33/+57
* Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer2011-12-181-0/+55
OpenPOWER on IntegriCloud