This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Add llvm-readelf to the lit tool substitutions
ClosedPublic

Authored by arichardson on Feb 27 2018, 9:38 AM.

Details

Summary

Some of the tests invoke llvm-readelf. This currently appears to work
probably because the LLVM binary directory is included in $PATH. However,
this is quite fragile so let's just make lit expand the full path.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

arichardson created this revision.Feb 27 2018, 9:38 AM
ruiu accepted this revision.Feb 27 2018, 11:08 AM

LGTM

This revision is now accepted and ready to land.Feb 27 2018, 11:08 AM
This revision was automatically updated to reflect the committed changes.