This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Fix test for use of ld from devtoolset
ClosedPublic

Authored by nikic on May 23 2023, 2:48 AM.

Details

Summary

The test added in https://github.com/llvm/llvm-project/commit/c5fe10f365247c3dd9416b7ec8bad73a60b5946e contains some typos in the check lines, due to which it never actually verified what was intended.

Fix the test by adding the required input tree and adjusting the check lines appropriately.

Diff Detail

Event Timeline

nikic created this revision.May 23 2023, 2:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 2:48 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
nikic requested review of this revision.May 23 2023, 2:48 AM
tstellar accepted this revision.May 23 2023, 3:09 AM

LGTM.

This revision is now accepted and ready to land.May 23 2023, 3:09 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 4:53 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript