[PATCH] D142660: [AIX] supporting -X options for llvm-ranlib in AIX OS

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 02:31:46 PST 2023


jhenderson added a comment.

I'm not sure I understand why the logic for llvm-ranlib seems to be significantly different to how the option is implemented for llvm-ar? Could you explain this, please?



================
Comment at: llvm/tools/llvm-ar/llvm-ar.cpp:80-81
+         << "  -U                    - Use actual timestamps and uids/gids\n"
+         << "  -X(32|64|32_64)       - Specific the bit_mode of golbal symbol "
+            "table generated (AIX OS only)\n";
 }
----------------
According to the AIX ranlib docs, this -X option "Specifies the type of object file ranlib should examine." This doesn't really line up with the description you've used here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142660



More information about the llvm-commits mailing list