[PATCH] D142660: [AIX] supporting -X options for llvm-ranlib in AIX OS
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 27 03:58:28 PDT 2023
MaskRay added inline comments.
================
Comment at: clang/test/lit.cfg.py:391
+if 'system-aix' in config.available_features:
+ config.environment['OBJECT_MODE'] = '32_64'
----------------
Recent Python style prefers double quotes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142660/new/
https://reviews.llvm.org/D142660
More information about the cfe-commits
mailing list