[llvm] [llvm-symbolizer] Recognize AIX big archive (PR #150401)

via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 5 01:54:29 PST 2025


================
@@ -0,0 +1,33 @@
+// Test big archive recognition and error handling in llvm-symbolizer.
----------------
midhuncodes7 wrote:

Yes, the big archive in AIX has the following feature compated to the ELF based machines:
  - Tests big archive format with same-named members (both files are named test.tmp.o)
  - Tests disambiguation by architecture (32-bit vs 64-bit with -X32 and -X64 flags)

The other test is a standard archive functionality test. 


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


More information about the llvm-commits mailing list