[flang] Add driver install directory to AIX toolchain program paths list.
authorPaul Scoropan <1paulscoropan@gmail.com>
Wed, 25 Jan 2023 23:23:42 +0000 (23:23 +0000)
committerWael Yehia <wyehia@ca.ibm.com>
Thu, 26 Jan 2023 00:39:51 +0000 (00:39 +0000)
commit5e72407635a43b8b7f85c1658b6738f023a21f03
treee3c002eeee3f8d30cc222fa9703c2569aa70c9b1
parent0e754e114a68a6c6be7f90f39989177cc8a5a1b7
[flang] Add driver install directory to AIX toolchain program paths list.

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

Reviewed By: w2yehia

Differential Revision: https://reviews.llvm.org/D140628
clang/lib/Driver/ToolChains/AIX.cpp