This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add driver install directory to AIX toolchain program paths list
ClosedPublic

Authored by pscoro on Dec 23 2022, 7:09 AM.

Details

Summary

flang-new encounters an issue where its unable to invoke itself because the install directory was missing from the program paths on AIX

Diff Detail

Event Timeline

pscoro created this revision.Dec 23 2022, 7:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 23 2022, 7:09 AM
pscoro requested review of this revision.Dec 23 2022, 7:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 23 2022, 7:09 AM

Ping.

This is a needed fix for AIX, the code is trivial and used similarly on other targets.

pscoro edited the summary of this revision. (Show Details)Jan 18 2023, 10:04 AM
pscoro added reviewers: kazu, w2yehia, jsji.

I have added a couple more reviewers based on revision history of the file being modified. If anybody is aware of anybody else who should be aware of this revision that would be appreciated

w2yehia accepted this revision.Jan 24 2023, 9:00 AM
This revision is now accepted and ready to land.Jan 24 2023, 9:00 AM