================ @@ -503,10 +492,10 @@ def user_is_root(): # 32-bit and 64-bit objects by default, set the environment variable # "OBJECT_MODE" to "any" by default on AIX OS. +# Tools that support OBJECT_MODE default to 32-bit on AIX. Set +# OBJECT_MODE=any to handle both 32-bit and 64-bit objects. ---------------- hubert-reinterpretcast wrote:
The comment above is sufficient. ```suggestion ``` https://github.com/llvm/llvm-project/pull/209531 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
