[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
Tue Aug 15 23:15:23 PDT 2023
MaskRay added a comment.
`# REQUIRES: system-aix` in llvm/test/tools/llvm-ranlib/aix-X-option.test unfortunately makes most -X tests only work on AIX, which most contributors don't have access to.
Ideally `-X` is usable when the user specifies `--format=bigarchive`.
The environment variable `OBJECT_MODE` can be made AIX specific, though.
================
Comment at: llvm/test/tools/llvm-ranlib/aix-X-option.test:1
+## REQUIRES: system-aix
+## Test the -X option.
----------------
`# REQUIRES: system-aix`
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