summaryrefslogtreecommitdiffstats
path: root/lld/lib/Config/Version.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-43/+0
| | | | | | | | | | New lld's files are spread under lib subdirectory, and it isn't easy to find which files are actually maintained. This patch moves maintained files to Common subdirectory. Differential Revision: https://reviews.llvm.org/D37645 llvm-svn: 314719
* Truncate a SVN path part from --version output.Rui Ueyama2016-10-261-18/+23
| | | | | | This is in sync with what clang does. llvm-svn: 285163
* Move getVersionString to Core and simplify Version.cpp.Rui Ueyama2016-10-191-35/+16
| | | | llvm-svn: 284641
* Simplify string operations. NFC.Rui Ueyama2016-03-031-16/+9
| | | | llvm-svn: 262569
* ELF: Add --version option.Rui Ueyama2016-02-281-2/+0
| | | | llvm-svn: 262167
* Add support to print version.Shankar Easwaran2014-10-081-0/+66
Summary: Add support in the universal driver to print the lld version and the repository version. Test Plan: A driver test is added Reviewers: kledzik, ruiu Reviewed By: ruiu Subscribers: llvm-commits Projects: #lld Differential Revision: http://reviews.llvm.org/D5641 llvm-svn: 219277
OpenPOWER on IntegriCloud