summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/version-script-in-search-path.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF][test] Change references of %T to %t.dirFangrui Song2019-10-301-4/+4
| | | | | | | | | | | | Test files in the same directory share the same %T. %T is easy to misuse and cause race conditions (when running concurrently) so it has been deprecated since D48842 (see docs/CommandGuide/lit.rst). While here, add `rm -rf %t.dir` so that tests cannot depend on old files lying around. Reviewed By: jhenderson, ruiu Differential Revision: https://reviews.llvm.org/D69572
* Make a test more robust.Rui Ueyama2018-07-251-3/+3
| | | | | | | Previously, this test fails if there's other test that happens to create "t.script" in the current directory. llvm-svn: 337972
* [ELF] Use search paths for --version-script=Fangrui Song2018-07-251-0/+10
Summary: This behavior matches ld.bfd -Ld --version-script=t.script a.o Reviewers: ruiu, espindola Subscribers: emaste, arichardson, llvm-commits Differential Revision: https://reviews.llvm.org/D49820 llvm-svn: 337969
OpenPOWER on IntegriCloud