[PATCH] D149377: [AIX][llvm-ar] Use the Correct Kind for Bitcode File Inputs

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 13:47:58 PDT 2023


daltenty accepted this revision.
daltenty added a comment.
This revision is now accepted and ready to land.

LGTM with minor nit. Thanks!



================
Comment at: llvm/test/tools/llvm-ar/aix-bitcode.test:1
+# Check if llvm-ar correctly archives bitcode files on AIX.
+# RUN: rm -rf %t && mkdir -p %t
----------------
nit: Small nit as this really isn't dependant on what platform the tool runs on, just what platform the bitcode file is for.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149377/new/

https://reviews.llvm.org/D149377



More information about the llvm-commits mailing list