This is an archive of the discontinued LLVM Phabricator instance.

Allow lib64 in driver test
ClosedPublic

Authored by troyj on Apr 14 2021, 12:35 PM.

Details

Summary

The test clang/test/Driver/rocm-detect.hip does not consider that "lib" may be "lib64" instead.

Diff Detail

Event Timeline

troyj requested review of this revision.Apr 14 2021, 12:35 PM
troyj created this revision.
troyj edited reviewers, added: yaxunl; removed: Restricted Project.Apr 14 2021, 12:37 PM
troyj updated this revision to Diff 337827.Apr 15 2021, 10:43 AM

Correct + to *.

arsenm accepted this revision.Apr 15 2021, 1:56 PM
This revision is now accepted and ready to land.Apr 15 2021, 1:56 PM
This revision was automatically updated to reflect the committed changes.