[PATCH] D148866: [CMake][AIX] Fixing AIX rpath
Butta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 21 07:30:34 PDT 2023
buttaface added a comment.
Ah, sorry, I solicited feedback on the AIX changes on the original review, but got none. You will also want to undo the split of the AIX rpaths I put in above, moving everything to `_install_rpath` instead.
Also, do you mind removing Windows from this list? I'm fairly certain that has no effect, as the logic above returns if not an Apple, Unix, or AIX platform, but I simply put it in because of a previous LLVM commit message for 959dbd1761c <https://reviews.llvm.org/rG959dbd1761cddbe8c53509459dbc0463f86c1b50> that reported this same error on Windows, likely erroneously.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148866/new/
https://reviews.llvm.org/D148866
More information about the llvm-commits
mailing list