
SUMMARY 1. Enable supporting the write operation of big archive. 2. the first commit come from https://reviews.llvm.org/D104367 3. refactor the first commit and implement writing symbol table. 4. fixed the bugs and add more test cases in the second commit. Reviewers: James Henderson Differential Revision: https://reviews.llvm.org/D123949
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
;; Test llvm-ar uses the big archive format for XCOFF object files by default.
|
|
; RUN: yaml2obj %S/Inputs/xcoff.yaml -o %t.obj
|
|
; RUN: rm -f %t.ar
|
|
; RUN: llvm-ar cr %t.ar %t.obj
|
|
; RUN: FileCheck %s --input-file=%t.ar
|
|
|
|
; CHECK: bigaf
|