[llvm] [z/OS] Add z/OS archive reading support (PR #187110)

zhijian lin via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 07:55:57 PDT 2026


================
@@ -0,0 +1,9 @@
+## Test reading a z/OS archive.
+
+# RUN: llvm-ar t %p/Inputs/zos-archive-test.a | FileCheck %s --check-prefix=LIST
----------------
diggerlin wrote:

I think we need to test to extra the member file from the zos-archive-test.a , and compare the content of the extra member file is correct or not ?

https://github.com/llvm/llvm-project/pull/187110


More information about the llvm-commits mailing list