This is an archive of the discontinued LLVM Phabricator instance.

[lld] Make lit files relocatable
ClosedPublic

Authored by thakis on Jun 13 2023, 8:05 PM.

Details

Summary

2700da5fe28d8 added lld/test/Unit/lit.site.cfg.py.in in a state
that half-supports relocatable lld lit tests.

Make them fully relocatable.

See description of fb80b6b2d58c47 for background.

Diff Detail

Event Timeline

thakis created this revision.Jun 13 2023, 8:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 8:05 PM
thakis requested review of this revision.Jun 13 2023, 8:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 8:05 PM
MaskRay accepted this revision.Jun 13 2023, 11:17 PM
This revision is now accepted and ready to land.Jun 13 2023, 11:17 PM

@andrewng Does this work for your environment?

@andrewng Does this work for your environment?

Yes, it should work fine.

This revision was automatically updated to reflect the committed changes.