llvm-ar-14 (1) Linux Manual Page
llvm-ar – LLVM archiver Synopsisllvm-ar [-]{dmpqrstx}[abcDilLNoOPsSTuUvV] [relpos] [count] archive [files…] DescriptionThe llvm-ar command is similar to the common Unix utility, ar. It archives several files, such as objects and LLVM bitcode files into a single archive library that can be linked into a program. However, the archive can contain any kind of file. By default,…
