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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 10 01:47:32 PST 2025


================
@@ -0,0 +1,33 @@
+// Test big archive recognition and error handling in llvm-symbolizer.
----------------
jh7370 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)
 
Both of these are arguments for the AIX/XCOFF test. Neither of them are arguments for having the ELF case.

> The other test is a standard archive functionality test.

I'm not sure I understand your point here? Which other test are you referring to?


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


More information about the llvm-commits mailing list