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

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 05:54:02 PDT 2023


DiggerLin added a comment.

> I'd still rather the invalid OBJECT_MODE value be read and rejected upfront before even parsing the -X option.

as Stephen and me point out, if there is  -X option, we do not care about the environment env `OBJECT-MODE` , when user input the -X option , it means , they want to use -X option(they do not want the value from  `OBJECT-MODE` ) , llvm-ranlib  parse the `OBJECT-MODE` for them.


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