[AIX][llvm-go] AIX linker does not recognize `-rpath`
The existing logic adds `-rpath` to CGO_LDFLAGS, which is not a valid linker option on AIX. This patch substitutes it with `-blibpath` on AIX. Reviewed By: daltenty Differential Revision: https://reviews.llvm.org/D113704
Loading
Please sign in to comment