llvm-ar (1) Linux Manual Page
llvm-ar – LLVM archiver Synopsisllvm-ar [-]{dmpqrtx}[Rabfikouz] [relpos] [count] <archive> [files…] DescriptionThe llvm-ar command is similar to the common Unix utility, "ar". It archives several files together into a single file. The intent for this is to produce archive libraries by LLVM bitcode that can be linked into an LLVM program. However, the archive can contain…
