summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/version-script-noundef.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF][test] Delete redundant version-script-*.s testsFangrui Song2019-08-041-1/+1
| | | | | | | | Delete version-script-missing.s: it is covered by version-script-noundef.s Delete version-script-anonymous-local.s: it is covered by version-script-{glob,weak}.s etc Delete version-script-no-warn{,2}.s: add --fatal-warnings to some version-script.s commands instead llvm-svn: 367778
* Add --no-gnu-unique and --no-undefined-version for completeness.Rui Ueyama2018-02-021-0/+2
| | | | | | Differential Revision: https://reviews.llvm.org/D42865 llvm-svn: 324145
* Add single quotes to error messages.Rui Ueyama2016-11-171-3/+3
| | | | llvm-svn: 287254
* [ELF] - Added support for extern "c++" local symbols in version script.George Rimar2016-11-161-2/+7
| | | | | | | | | Previously we did not support them, patch implements this functionality Differential revision: https://reviews.llvm.org/D26604 llvm-svn: 287124
* Fix inconsistent indentation.Rui Ueyama2016-09-071-6/+2
| | | | llvm-svn: 280860
* [ELF] - Implemented --no-undefined-version flagGeorge Rimar2016-06-281-0/+22
Option checks for cases where a version script explicitly lists a symbol, but the symbol is not defined and errors out such cases if any. Differential revision: http://reviews.llvm.org/D21745 llvm-svn: 273998
OpenPOWER on IntegriCloud