On AIX, when the input files are LLVM bitcode files, llvm-ar should set the archive kind to K_AIXBIG as well, instead of leaving it to the default K_GNU.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with minor nit. Thanks!
llvm/test/tools/llvm-ar/aix-bitcode.test | ||
---|---|---|
2 | nit: Small nit as this really isn't dependant on what platform the tool runs on, just what platform the bitcode file is for. |
Comment Actions
The pre-commit test failure is most likely resolved by https://github.com/llvm/llvm-project/commit/78d8d016490909ac759c6f76c5f8679bc7a58b2e and not related to this patch. I will land this patch.
nit: Small nit as this really isn't dependant on what platform the tool runs on, just what platform the bitcode file is for.