[PATCH] D145899: [AIX][Clang] Respect -r when invoking the linker

David Tenty via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 20 06:59:26 PDT 2023


daltenty added a comment.

LGTM, with a small nit about the test that should be addressed before committing



================
Comment at: clang/test/Driver/aix-ld.c:1085
+// RUN:        --sysroot %S/Inputs/aix_ppc_tree \
+// RUN:        --unwindlib=libunwind \
+// RUN:        -r \
----------------
nit: add the user `-L` option to the test to reflect the changes above


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145899/new/

https://reviews.llvm.org/D145899



More information about the cfe-commits mailing list